aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/animation_player_editor_plugin.cpp
diff options
context:
space:
mode:
authorDaniel J. Ramirez2017-10-12 13:59:25 -0500
committerDaniel J. Ramirez2017-10-12 14:43:11 -0500
commitdbc37afcd95bf89ba08c70431cf0d22ec3379cef (patch)
tree39f973fc16831fd162d8530133d15ce49dbad502 /editor/plugins/animation_player_editor_plugin.cpp
parentf956f2979eb6603724236c228be4fff913f2d26e (diff)
downloadgodot-dbc37afcd95bf89ba08c70431cf0d22ec3379cef.tar.gz
godot-dbc37afcd95bf89ba08c70431cf0d22ec3379cef.tar.zst
godot-dbc37afcd95bf89ba08c70431cf0d22ec3379cef.zip
Diffstat (limited to 'editor/plugins/animation_player_editor_plugin.cpp')
-rw-r--r--editor/plugins/animation_player_editor_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/animation_player_editor_plugin.cpp b/editor/plugins/animation_player_editor_plugin.cpp
index bdfe38021..2b9c625aa 100644
--- a/editor/plugins/animation_player_editor_plugin.cpp
+++ b/editor/plugins/animation_player_editor_plugin.cpp
@@ -557,7 +557,7 @@ void AnimationPlayerEditor::_animation_blend() {
String current = animation->get_item_text(animation->get_selected());
- blend_editor.dialog->popup_centered(Size2(400, 400));
+ blend_editor.dialog->popup_centered(Size2(400, 400) * EDSCALE);
blend_editor.tree->set_hide_root(true);
blend_editor.tree->set_column_min_width(0, 10);