add toottips

This commit is contained in:
LarsBrubaker 2020-08-02 07:55:50 -07:00
parent 5cfbc0b1ec
commit 8582b261f8
2 changed files with 6 additions and 7 deletions

View file

@ -94,9 +94,10 @@ namespace MatterHackers.MatterControl.PrintLibrary
HAnchor = HAnchor.Stretch,
VAnchor = VAnchor.Fit,
Name = "Folders Toolbar",
ToolTipText = "Sorting"
};
toolbar.OverflowButton.ToolTipText = "Sorting";
theme.ApplyBottomBorder(toolbar, shadedBorder: true);
toolbar.OverflowButton.Name = "Print Library View Options";
@ -154,13 +155,11 @@ namespace MatterHackers.MatterControl.PrintLibrary
toolbar.AddChild(
viewMenuButton = new PopupMenuButton(
new ImageWidget(AggContext.StaticData.LoadIcon("mi-view-list_10.png", 32, 32, theme.InvertIcons))
{
ToolTipText = "View Settings"
},
new ImageWidget(AggContext.StaticData.LoadIcon("mi-view-list_10.png", 32, 32, theme.InvertIcons)),
theme)
{
AlignToRightEdge = true
AlignToRightEdge = true,
ToolTipText = "View Settings"
});
viewMenuButton.DynamicPopupContent = () =>