Simplify, extract menu behaviors from OverflowDropdown for reuse
This commit is contained in:
parent
95c1b8b9d5
commit
4b3246f408
9 changed files with 128 additions and 60 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue