diff options
| author | Daniel J. Ramirez | 2017-10-12 13:59:25 -0500 |
|---|---|---|
| committer | Daniel J. Ramirez | 2017-10-12 14:43:11 -0500 |
| commit | dbc37afcd95bf89ba08c70431cf0d22ec3379cef (patch) | |
| tree | 39f973fc16831fd162d8530133d15ce49dbad502 /editor/plugins/animation_player_editor_plugin.cpp | |
| parent | f956f2979eb6603724236c228be4fff913f2d26e (diff) | |
| download | godot-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.cpp | 2 |
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); |
