add toottips
This commit is contained in:
parent
5cfbc0b1ec
commit
8582b261f8
2 changed files with 6 additions and 7 deletions
|
|
@ -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 = () =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue