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
|
|
@ -685,6 +685,7 @@ void ProjectSettingsEditor::_bind_methods() {
|
|||
ProjectSettingsEditor::ProjectSettingsEditor(EditorData *p_data) {
|
||||
singleton = this;
|
||||
set_title(TTRC("Project Settings (project.godot)"));
|
||||
set_flag(FLAG_MAXIMIZE_DISABLED, false);
|
||||
set_clamp_to_embedder(true);
|
||||
|
||||
ps = ProjectSettings::get_singleton();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue