Revise spacing

This commit is contained in:
John Lewin 2018-01-11 01:07:44 -08:00
parent 3761c9f7fd
commit 4ee30102e6
2 changed files with 2 additions and 2 deletions

View file

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