Wrap up main menu work, revise ordering, add more icons

- Issue MatterHackers/MCCentral#4289
Revise MatterControl main menu
This commit is contained in:
John Lewin 2018-10-14 11:31:24 -07:00
parent b30e4ccfe2
commit e7b64b6204
4 changed files with 31 additions and 20 deletions

View file

@ -270,7 +270,6 @@ namespace MatterHackers.MatterControl.CustomWidgets
Name = $"{item.key} Sidebar",
PopupContent = resizeContainer,
PopupLayoutEngine = new UnpinnedLayoutEngine(resizeContainer, widgetTodockTo, DockSide)
, DebugShowBounds = true
};
itemButton.Click += (s, e) =>
{