From cfbbc43df03cd32461fcf9fd9d05d404cc0da35b Mon Sep 17 00:00:00 2001 From: John Lewin Date: Sat, 9 Mar 2019 09:52:21 -0800 Subject: [PATCH] Add tooltip for button --- MatterControlLib/PartPreviewWindow/ViewControls3D.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MatterControlLib/PartPreviewWindow/ViewControls3D.cs b/MatterControlLib/PartPreviewWindow/ViewControls3D.cs index 94b7ad67c..df2b8891e 100644 --- a/MatterControlLib/PartPreviewWindow/ViewControls3D.cs +++ b/MatterControlLib/PartPreviewWindow/ViewControls3D.cs @@ -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,