aboutsummaryrefslogtreecommitdiff
path: root/editor/animation_editor.cpp
diff options
context:
space:
mode:
authorGilles Roudiere2017-09-26 18:56:52 +0200
committerGilles Roudiere2017-09-27 00:38:28 +0200
commit6f185cc9f7d8f9880dec01be86cf129dd0a38b84 (patch)
tree0ab2f9efc451b8d2bbae3430b61c3c42c011a099 /editor/animation_editor.cpp
parentccb4a6acee24ca0e0f14599364e171b7b88f8ac4 (diff)
downloadgodot-6f185cc9f7d8f9880dec01be86cf129dd0a38b84.tar.gz
godot-6f185cc9f7d8f9880dec01be86cf129dd0a38b84.tar.zst
godot-6f185cc9f7d8f9880dec01be86cf129dd0a38b84.zip
Remove unecessary anchors&margins set causing bad display (sons of containers)
Diffstat (limited to 'editor/animation_editor.cpp')
-rw-r--r--editor/animation_editor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/animation_editor.cpp b/editor/animation_editor.cpp
index 3b1a7b666..b832b993b 100644
--- a/editor/animation_editor.cpp
+++ b/editor/animation_editor.cpp
@@ -3936,7 +3936,6 @@ AnimationKeyEditor::AnimationKeyEditor() {
key_editor_tab->set_custom_minimum_size(Size2(200, 0) * EDSCALE);
key_editor = memnew(PropertyEditor);
- key_editor->set_anchors_and_margins_preset(Control::PRESET_WIDE);
key_editor->hide_top_label();
key_editor->set_name(TTR("Key"));
key_editor_tab->add_child(key_editor);