Add configuration option for McwsTestEnvironment
This commit is contained in:
parent
f51ac64d79
commit
cde6e42923
4 changed files with 12 additions and 3 deletions
|
|
@ -87,6 +87,8 @@ namespace MatterHackers.MatterControl
|
|||
MatterHackers.MatterControl.AppContext.Platform = AggContext.CreateInstanceFrom<INativePlatformFeatures>(platformFeaturesProvider);
|
||||
MatterHackers.MatterControl.AppContext.Platform.ProcessCommandline();
|
||||
|
||||
config.Bind("MatterControl", MatterHackers.MatterControl.AppContext.Options);
|
||||
|
||||
// Get startup bounds from MatterControl and construct system window
|
||||
//var systemWindow = new DesktopMainWindow(400, 200)
|
||||
var (width, height) = RootSystemWindow.GetStartupBounds();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue