Fix padding on printer selection button.
This commit is contained in:
parent
f1acf28253
commit
dc95cf0fd9
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue