You've already forked godot
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:
@@ -1526,6 +1526,7 @@ FileDialog::FileDialog() {
|
||||
update_dir();
|
||||
|
||||
set_hide_on_ok(false);
|
||||
set_size(Size2(640, 360));
|
||||
|
||||
if (register_func) {
|
||||
register_func(this);
|
||||
|
||||
Reference in New Issue
Block a user