Match TreeView root node spacing with sibling SectionWidget styling

This commit is contained in:
John Lewin 2018-09-11 08:54:31 -07:00
parent e5dd6e8c36
commit 515fc85daf

View file

@ -174,7 +174,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
// add the tree view
treeView = new TreeView(theme)
{
Margin = new BorderDouble(left: 18),
Margin = new BorderDouble(left: theme.DefaultContainerPadding, top: theme.DefaultContainerPadding),
};
treeView.AfterSelect += (s, e) =>
{