Remove oversized margins in the AnimationTree editor
This commit is contained in:
parent
0a8dbe7f75
commit
4f00ac7003
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
|
@ -55,7 +55,7 @@ class AnimationTreeEditor : public VBoxContainer {
|
||||||
HBoxContainer *path_hb;
|
HBoxContainer *path_hb;
|
||||||
|
|
||||||
AnimationTree *tree;
|
AnimationTree *tree;
|
||||||
PanelContainer *editor_base;
|
MarginContainer *editor_base;
|
||||||
|
|
||||||
Vector<String> button_path;
|
Vector<String> button_path;
|
||||||
Vector<String> edited_path;
|
Vector<String> edited_path;
|
||||||
|
|
Loading…
Reference in a new issue