diff --git a/editor/script_create_dialog.cpp b/editor/script_create_dialog.cpp index 0efbc4adf14..6e6a338d6ab 100644 --- a/editor/script_create_dialog.cpp +++ b/editor/script_create_dialog.cpp @@ -510,6 +510,7 @@ void ScriptCreateDialog::_built_in_pressed() { _path_changed(file_path->get_text()); } _update_dialog(); + minimum_size_changed(); } void ScriptCreateDialog::_browse_path(bool browse_parent, bool p_save) {