Add tooltip for button
This commit is contained in:
parent
5fd4e8e871
commit
cfbbc43df0
1 changed files with 1 additions and 1 deletions
|
|
@ -305,7 +305,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
bedMenuButton = new PopupMenuButton(AggContext.StaticData.LoadIcon("bed.png", 16, 16, theme.InvertIcons), theme)
|
||||
{
|
||||
Name = "Bed Options Menu",
|
||||
//ToolTipText = "Options",
|
||||
ToolTipText = "Bed",
|
||||
Enabled = true,
|
||||
Margin = theme.ButtonSpacing,
|
||||
VAnchor = VAnchor.Center,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue