Use MaxFitOrStretch for parity with siblings

- Issue MatterHackers/MCCentral#3064
Menu stops functioning if clicked and no items overflow
This commit is contained in:
John Lewin 2018-04-07 15:15:28 -07:00
parent 06a7a20ba4
commit f8735861a9

View file

@ -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())
{