Improving ui

This commit is contained in:
LarsBrubaker 2021-03-19 09:14:36 -07:00
parent df7e119b19
commit a352b1c954
2 changed files with 35 additions and 1 deletions

View file

@ -171,7 +171,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
VAnchor = VAnchor.Center | VAnchor.Fit,
DrawUnderline = false,
BackgroundRadius = theme.ButtonRadius + 4,
Margin = new BorderDouble(0, 0, 5, 0),
Margin = new BorderDouble(5, 0, 0, 0),
Padding = new BorderDouble(9, 5),
// BackgroundInset = new BorderDouble(5, 4),
SelectedBackgroundColor = theme.PrimaryAccentColor,