mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Enable maximize button for Editor/Project settings, Export and Editor Features dialogs.
This commit is contained in:
parent
9a5d6d1049
commit
f06565ab94
4 changed files with 4 additions and 0 deletions
|
|
@ -1445,6 +1445,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