Skip to content

Commit

Permalink
Increase width of project settings window
Browse files Browse the repository at this point in the history
  • Loading branch information
lmyers421 authored and MewPurPur committed Jun 29, 2024
1 parent e295547 commit 4bd5737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/project_settings_editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ void ProjectSettingsEditor::popup_project_settings(bool p_clear_filter) {
if (saved_size != Rect2()) {
popup(saved_size);
} else {
popup_centered_clamped(Size2(900, 700) * EDSCALE, 0.8);
popup_centered_clamped(Size2(1200, 700) * EDSCALE, 0.8);
}

_add_feature_overrides();
Expand Down

0 comments on commit 4bd5737

Please sign in to comment.