Tuning padding
This commit is contained in:
parent
fbb6b5667f
commit
ef609040cd
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
foreach(var sectionWidget in scrollableContent.Children<SectionWidget>())
|
||||
{
|
||||
var contentPanel = sectionWidget.ContentPanel;
|
||||
contentPanel.Padding = 8;
|
||||
contentPanel.Padding = new BorderDouble(16, 8, 8, 4);
|
||||
}
|
||||
|
||||
HashSet<IObject3DEditor> mappedEditors;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue