1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Remove oversized margins in the AnimationTree editor

This commit is contained in:
Michael Alexsander
2020-07-02 02:53:42 -03:00
parent 0a8dbe7f75
commit 4f00ac7003
2 changed files with 2 additions and 2 deletions

View File

@@ -238,7 +238,7 @@ AnimationTreeEditor::AnimationTreeEditor() {
add_child(memnew(HSeparator));
singleton = this;
editor_base = memnew(PanelContainer);
editor_base = memnew(MarginContainer);
editor_base->set_v_size_flags(SIZE_EXPAND_FILL);
add_child(editor_base);