Revise spacing
This commit is contained in:
parent
3761c9f7fd
commit
4ee30102e6
2 changed files with 2 additions and 2 deletions
|
|
@ -166,7 +166,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
{
|
||||
HAnchor = HAnchor.Stretch,
|
||||
VAnchor = VAnchor.Fit,
|
||||
Padding = 6
|
||||
Padding = new BorderDouble(top: 10)
|
||||
});
|
||||
|
||||
editorSection = new SectionWidget("Editor", editorColumn, theme);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue