You've already forked godot
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user