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

Fix FileDialog default size

This commit is contained in:
Giganzo
2024-09-14 13:28:39 +02:00
parent 74de05a01c
commit a863c385f7
2 changed files with 2 additions and 0 deletions

View File

@@ -1526,6 +1526,7 @@ FileDialog::FileDialog() {
update_dir();
set_hide_on_ok(false);
set_size(Size2(640, 360));
if (register_func) {
register_func(this);