Merge pull request #39319 from KoBeWi/this_should_do

Make sure built-in script warning fits in dialog
This commit is contained in:
Rémi Verschelde 2020-06-05 14:56:08 +02:00 committed by GitHub
commit 9f4a14ba97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -510,6 +510,7 @@ void ScriptCreateDialog::_built_in_pressed() {
_path_changed(file_path->get_text()); _path_changed(file_path->get_text());
} }
_update_dialog(); _update_dialog();
minimum_size_changed();
} }
void ScriptCreateDialog::_browse_path(bool browse_parent, bool p_save) { void ScriptCreateDialog::_browse_path(bool browse_parent, bool p_save) {