Merge pull request #75141 from rcorre/rrc/dialog-pos

This commit is contained in:
Yuri Sizov 2023-03-28 10:54:37 +02:00 committed by GitHub
commit f818d2b98f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 46 additions and 18 deletions

View file

@ -586,6 +586,7 @@ void ProjectSettingsEditor::_bind_methods() {
ProjectSettingsEditor::ProjectSettingsEditor(EditorData *p_data) {
singleton = this;
set_title(TTR("Project Settings (project.godot)"));
set_clamp_to_embedder(true);
ps = ProjectSettings::get_singleton();
data = p_data;