Tune first heading margin
This commit is contained in:
parent
acff39eee0
commit
388ad445e3
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue