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