1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-21 14:57:09 +00:00

Fix Asset Library UX when an asset is being downloaded

This commit is contained in:
Yuri Sizov
2022-01-19 19:16:17 +03:00
parent 249c60e9d1
commit 01845510f6
3 changed files with 17 additions and 3 deletions

View File

@@ -275,7 +275,7 @@ void EditorAssetInstaller::open(const String &p_path, int p_depth) {
asset_contents->set_text(vformat(TTR("Contents of asset \"%s\" - No files conflict with your project:"), asset_name));
}
popup_centered_ratio();
popup_centered_ratio(0.5);
updating = false;
}