Put colors back on primitives
Added 'Advanced' to more primitives Removed redundant primitives
This commit is contained in:
parent
676457c6b7
commit
d1629c9433
22 changed files with 243 additions and 311 deletions
|
|
@ -103,6 +103,14 @@ namespace MatterHackers.MatterControl.ConfigurationPage
|
|||
}
|
||||
};
|
||||
|
||||
AddMenuItem("Help".Localize(), () =>
|
||||
{
|
||||
UiThread.RunOnIdle(() =>
|
||||
{
|
||||
DialogWindow.Show(new DesignSpaceGuid("Guides Tab", ""));
|
||||
});
|
||||
});
|
||||
|
||||
this.AddSettingsRow(
|
||||
new SettingsItem(
|
||||
"Notifications".Localize(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue