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
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue