Made the print level wizard have the correct padding on the text.
This commit is contained in:
parent
e80c635b66
commit
3b90168edf
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ namespace MatterHackers.MatterControl
|
|||
|
||||
bottomToTopLayout = new FlowLayoutWidget(FlowDirection.BottomToTop);
|
||||
bottomToTopLayout.BackgroundColor = ActiveTheme.Instance.SecondaryBackgroundColor;
|
||||
bottomToTopLayout.Padding = new BorderDouble(3);
|
||||
|
||||
topToBottom.AddChild(bottomToTopLayout);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue