You've already forked godot
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user