Put colors back on primitives

Added 'Advanced' to more primitives
Removed redundant primitives
This commit is contained in:
Lars Brubaker 2018-04-26 14:58:38 -07:00
parent 676457c6b7
commit d1629c9433
22 changed files with 243 additions and 311 deletions

View file

@ -100,7 +100,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
seeWhatsNewButton.Margin = new Agg.BorderDouble(10, 0);
seeWhatsNewButton.Click += (s, e) => UiThread.RunOnIdle(() =>
{
DialogWindow.Show(new DesignSpaceHelp("What's New Tab", ""));
DialogWindow.Show(new DesignSpaceGuid("What's New Tab", ""));
});
tabControl.TabBar.ActionArea.AddChild(seeWhatsNewButton);