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