Made the print level wizard have the correct padding on the text.

This commit is contained in:
larsbrubaker 2014-06-27 11:25:15 -07:00
parent e80c635b66
commit 3b90168edf

View file

@ -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);