Skip to content

Commit

Permalink
Increase width of project settings window
Browse files Browse the repository at this point in the history
Fixes #91009.
  • Loading branch information
lmyers421 authored and akien-mga committed May 22, 2024
1 parent 2149682 commit dfc9976
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 dfc9976

Please sign in to comment.