Revise spacing
This commit is contained in:
parent
3761c9f7fd
commit
4ee30102e6
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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