fix menu placement
This commit is contained in:
parent
94cb0be268
commit
5cfbc0b1ec
1 changed files with 5 additions and 2 deletions
|
|
@ -93,7 +93,8 @@ namespace MatterHackers.MatterControl.PrintLibrary
|
|||
{
|
||||
HAnchor = HAnchor.Stretch,
|
||||
VAnchor = VAnchor.Fit,
|
||||
Name = "Folders Toolbar"
|
||||
Name = "Folders Toolbar",
|
||||
ToolTipText = "Sorting"
|
||||
};
|
||||
|
||||
theme.ApplyBottomBorder(toolbar, shadedBorder: true);
|
||||
|
|
@ -147,13 +148,15 @@ namespace MatterHackers.MatterControl.PrintLibrary
|
|||
|
||||
allControls.AddChild(toolbar);
|
||||
|
||||
toolbar.AddChild(new HorizontalSpacer());
|
||||
|
||||
PopupMenuButton viewMenuButton;
|
||||
|
||||
toolbar.AddChild(
|
||||
viewMenuButton = new PopupMenuButton(
|
||||
new ImageWidget(AggContext.StaticData.LoadIcon("mi-view-list_10.png", 32, 32, theme.InvertIcons))
|
||||
{
|
||||
//VAnchor = VAnchor.Center
|
||||
ToolTipText = "View Settings"
|
||||
},
|
||||
theme)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue