Use MaxFitOrStretch for parity with siblings
- Issue MatterHackers/MCCentral#3064 Menu stops functioning if clicked and no items overflow
This commit is contained in:
parent
06a7a20ba4
commit
f8735861a9
1 changed files with 1 additions and 1 deletions
|
|
@ -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())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue