Simplify, extract menu behaviors from OverflowDropdown for reuse

This commit is contained in:
John Lewin 2017-10-15 15:36:42 -07:00
parent 95c1b8b9d5
commit 4b3246f408
9 changed files with 128 additions and 60 deletions

View file

@ -156,7 +156,7 @@ namespace MatterHackers.MatterControl.PrintLibrary
};
navBar.AddChild(searchButton);
overflowDropdown = new OverflowDropdown(allowLightnessInvert: true)
overflowDropdown = new OverflowDropdown(IconColor.Theme)
{
VAnchor = VAnchor.Center,
AlignToRightEdge = true,