From f8735861a96d5493a9c19cdebff3d41a0efbf798 Mon Sep 17 00:00:00 2001 From: John Lewin Date: Sat, 7 Apr 2018 15:15:28 -0700 Subject: [PATCH] Use MaxFitOrStretch for parity with siblings - Issue MatterHackers/MCCentral#3064 Menu stops functioning if clicked and no items overflow --- PartPreviewWindow/View3D/GridOptionsPanel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PartPreviewWindow/View3D/GridOptionsPanel.cs b/PartPreviewWindow/View3D/GridOptionsPanel.cs index 81534a9f1..2be0952d6 100644 --- a/PartPreviewWindow/View3D/GridOptionsPanel.cs +++ b/PartPreviewWindow/View3D/GridOptionsPanel.cs @@ -39,7 +39,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow { var theme = ApplicationController.Instance.Theme; - this.HAnchor = HAnchor.Stretch; + this.HAnchor = HAnchor.MaxFitOrStretch; this.AddChild(new TextWidget("Snap Grid".Localize()) {