Drop padding on primary container
This commit is contained in:
parent
73d917d6db
commit
10d4d15cd3
1 changed files with 2 additions and 2 deletions
|
|
@ -90,10 +90,10 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
|
||||
pageTopToBottomLayout = new FlowLayoutWidget(FlowDirection.TopToBottom)
|
||||
{
|
||||
VAnchor = VAnchor.Top
|
||||
VAnchor = VAnchor.Top,
|
||||
Padding = 0
|
||||
};
|
||||
pageTopToBottomLayout.AnchorAll();
|
||||
pageTopToBottomLayout.Padding = new BorderDouble(3, 0);
|
||||
this.AddChild(pageTopToBottomLayout);
|
||||
|
||||
settingsControlBar = new SettingsControlBar(printerConnection)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue