Tune first heading margin

This commit is contained in:
John Lewin 2017-09-13 07:08:36 -07:00
parent acff39eee0
commit 388ad445e3

View file

@ -435,7 +435,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
TextColor = ActiveTheme.Instance.PrimaryTextColor,
BorderColor = ActiveTheme.Instance.PrimaryTextColor,
HAnchor = HAnchor.Stretch,
Margin = new BorderDouble(bottom: 16),
Margin = new BorderDouble(bottom: 8, top: 8),
Padding = new BorderDouble(left: 4),
};
groupBox.AddChild(topToBottomSettings);