aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/animation_player_editor_plugin.cpp
diff options
context:
space:
mode:
authorRémi Verschelde2017-10-13 07:43:06 +0200
committerGitHub2017-10-13 07:43:06 +0200
commit750d75dc4caec8f54e1b9faed09cad65c7fbfcae (patch)
tree755df68f023a28f87674384d7e0ac50bb199e81f /editor/plugins/animation_player_editor_plugin.cpp
parent8bdb04c839f475a2bb668b2b0032397c1b691394 (diff)
parentdbc37afcd95bf89ba08c70431cf0d22ec3379cef (diff)
downloadgodot-750d75dc4caec8f54e1b9faed09cad65c7fbfcae.tar.gz
godot-750d75dc4caec8f54e1b9faed09cad65c7fbfcae.tar.zst
godot-750d75dc4caec8f54e1b9faed09cad65c7fbfcae.zip
Merge pull request #12057 from djrm/pr_visual_improvements
Added and improved some icons, plus some other minor visual fixes.
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);