Tuning padding

This commit is contained in:
John Lewin 2018-01-10 15:01:13 -08:00
parent fbb6b5667f
commit ef609040cd

View file

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