Fix padding on printer selection button.

This commit is contained in:
Kevin Pope 2014-04-29 14:56:15 -07:00
parent f1acf28253
commit dc95cf0fd9

View file

@ -133,7 +133,7 @@ namespace MatterHackers.MatterControl.ActionBar
this.fillColor = fillColor;
this.borderColor = borderColor;
this.padding = padding;
this.Padding = new BorderDouble(10, 3);
this.Padding = new BorderDouble(10, 5);
this.HAnchor = HAnchor.ParentLeftRight;
FlowLayoutWidget textContainer = new FlowLayoutWidget(FlowDirection.TopToBottom);