Improve scaling behavior

- Issue MatterHackers/MCCentral#3230
This commit is contained in:
John Lewin 2018-04-24 18:39:43 -07:00
parent bc964ab805
commit dec42d4f5a
6 changed files with 7 additions and 5 deletions

View file

@ -161,7 +161,7 @@ namespace MatterHackers.MatterControl.PrintLibrary
var showFolders = new ExpandCheckboxButton("Folders".Localize(), theme)
{
HAnchor = HAnchor.Stretch,
VAnchor = VAnchor.Fit,
VAnchor = VAnchor.Fit | VAnchor.Center,
Padding = new BorderDouble(left: 2, bottom: 2, top: 6), // Same padding as toolbar above
Name = "Show Folders Toggle",
Checked = UserSettings.Instance.get(UserSettingsKey.ShowContainers) == "1",