Add tooltip for button

This commit is contained in:
John Lewin 2019-03-09 09:52:21 -08:00
parent 5fd4e8e871
commit cfbbc43df0

View file

@ -305,7 +305,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
bedMenuButton = new PopupMenuButton(AggContext.StaticData.LoadIcon("bed.png", 16, 16, theme.InvertIcons), theme) bedMenuButton = new PopupMenuButton(AggContext.StaticData.LoadIcon("bed.png", 16, 16, theme.InvertIcons), theme)
{ {
Name = "Bed Options Menu", Name = "Bed Options Menu",
//ToolTipText = "Options", ToolTipText = "Bed",
Enabled = true, Enabled = true,
Margin = theme.ButtonSpacing, Margin = theme.ButtonSpacing,
VAnchor = VAnchor.Center, VAnchor = VAnchor.Center,