Add more indentation to scene tree items to make it more readable
This commit is contained in:
@@ -50,6 +50,7 @@ namespace FlaxEditor.SceneGraph.GUI
|
||||
public ActorTreeNode()
|
||||
: base(true)
|
||||
{
|
||||
ChildrenIndent = 16.0f;
|
||||
}
|
||||
|
||||
internal virtual void LinkNode(ActorNode node)
|
||||
|
||||
Reference in New Issue
Block a user