Put in a Settings menu that can open the various pop out windows
This commit is contained in:
parent
a0aac24419
commit
cbefcfdfee
5 changed files with 128 additions and 2 deletions
|
|
@ -31,6 +31,8 @@ namespace MatterHackers.MatterControl
|
|||
MenuOptionView menuOptionView = new MenuOptionView();
|
||||
this.AddChild(menuOptionView);
|
||||
#endif
|
||||
MenuOptionSettings menuOptionSettings = new MenuOptionSettings();
|
||||
this.AddChild(menuOptionSettings);
|
||||
|
||||
// put in the help menu
|
||||
MenuOptionHelp menuOptionHelp = new MenuOptionHelp();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue