mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #111449 from bruvzg/pe_set_max
Enable maximize button for Editor/Project settings dialogs.
This commit is contained in:
commit
d7353e27d8
4 changed files with 4 additions and 0 deletions
|
|
@ -1446,6 +1446,7 @@ void ProjectExportDialog::_bind_methods() {
|
|||
|
||||
ProjectExportDialog::ProjectExportDialog() {
|
||||
set_title(TTR("Export"));
|
||||
set_flag(FLAG_MAXIMIZE_DISABLED, false);
|
||||
set_clamp_to_embedder(true);
|
||||
|
||||
VBoxContainer *main_vb = memnew(VBoxContainer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue