1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Added and improved some icons, plus some other minor visual fixes.

This commit is contained in:
Daniel J. Ramirez
2017-10-12 13:59:25 -05:00
parent f956f2979e
commit dbc37afcd9
22 changed files with 46 additions and 41 deletions

View File

@@ -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);