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

@ -116,7 +116,7 @@ namespace MatterHackers.MatterControl
public void BoxStyleSectionWidget(SectionWidget sectionWidget)
{
// Enforce panel padding
sectionWidget.ContentPanel.Padding = new BorderDouble(16, 16, 8, 2);
sectionWidget.ContentPanel.Padding = new BorderDouble(16, 10, 10, 2);
sectionWidget.SeperatorColor = Color.Transparent;
sectionWidget.BorderRadius = 5;

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