Increase width of project settings window. #91087
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Edits project_settings_editor.cpp
When creating a new project and opening the project settings window for the first time, it will automatically be set to a specific dimension (900 x 700). However, when using other languages (i.e. Polish), some of the taps at the top would be longer than the window, hiding some of the tabs, making the user click the arrows to see the rest of them.
By increasing the default window size to 1000 x 700, it guarantees that all tabs will be visible when the project window is first opened. I considered implementing a feature that changed the default size depending on the language, but decided that keeping the size consistent no matter the language would be better.
Fixes #91009