Merge pull request #75141 from rcorre/rrc/dialog-pos
This commit is contained in:
commit
f818d2b98f
8 changed files with 46 additions and 18 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue