Change typename to reflect new shared platform role
This commit is contained in:
parent
6441cc92bd
commit
5bbe550539
6 changed files with 7 additions and 7 deletions
|
|
@ -50,7 +50,7 @@ namespace MatterHackers.MatterControl
|
|||
|
||||
// Get startup bounds from MatterControl and construct system window
|
||||
//var systemWindow = new DesktopMainWindow(400, 200)
|
||||
var (width, height) = DesktopRootSystemWindow.GetStartupBounds();
|
||||
var (width, height) = RootSystemWindow.GetStartupBounds();
|
||||
|
||||
Application.LoadRootWindow(width, height);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue