aboutsummaryrefslogtreecommitdiff
path: root/editor/animation_editor.cpp
diff options
context:
space:
mode:
authorRémi Verschelde2017-09-27 22:15:00 +0200
committerGitHub2017-09-27 22:15:00 +0200
commitda144fed4c49133a93b3b83cfc665352c0af351a (patch)
treee3ee2e13f9c0664e2c9fa8474fbf7ae9a1fbb5c1 /editor/animation_editor.cpp
parent78423320d78235a5b2fde05e7816f79de729f317 (diff)
parentbd8a5fba30510558ce34f6a863567d668524f5b3 (diff)
downloadgodot-da144fed4c49133a93b3b83cfc665352c0af351a.tar.gz
godot-da144fed4c49133a93b3b83cfc665352c0af351a.tar.zst
godot-da144fed4c49133a93b3b83cfc665352c0af351a.zip
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);