Revise tree indentation

This commit is contained in:
John Lewin 2018-06-01 09:03:32 -07:00
parent 170af8f6b4
commit 40618c926f

View file

@ -123,7 +123,7 @@ namespace MatterHackers.MatterControl.CustomWidgets.TreeView
HAnchor = HAnchor.Fit | HAnchor.Left,
Visible = false, // content starts out not visible
Name = "content",
Margin = new BorderDouble(25, 3),
Margin = new BorderDouble(12, 3),
};
AddChild(content);