mirror of
https://github.com/godotengine/godot.git
synced 2024-11-24 21:22:48 +00:00
Make buttons closer in Scene tree
This commit is contained in:
parent
65f8210e50
commit
a911b1f126
@ -1113,6 +1113,7 @@ SceneTreeEditor::SceneTreeEditor(bool p_label, bool p_can_rename, bool p_can_ope
|
||||
tree->set_anchor(MARGIN_BOTTOM, ANCHOR_END);
|
||||
tree->set_begin(Point2(0, p_label ? 18 : 0));
|
||||
tree->set_end(Point2(0, 0));
|
||||
tree->add_constant_override("button_margin", 0);
|
||||
|
||||
add_child(tree);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user