Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase width of project settings window. #91087

Conversation

lmyers421
Copy link
Contributor

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

@Chaosus
Copy link
Member

Chaosus commented Apr 24, 2024

@Chaosus Chaosus added this to the 4.3 milestone Apr 24, 2024
@AThousandShips AThousandShips changed the title Increased width of project settings window. Increase width of project settings window. Apr 24, 2024
@akien-mga akien-mga force-pushed the 91009-project-settings-window-too-small branch from fe3803c to dfc9976 Compare May 22, 2024 06:42
@akien-mga akien-mga merged commit c4a899f into godotengine:master May 22, 2024
16 checks passed
@akien-mga
Copy link
Member

Thanks! And congrats for your first merged Godot contribution 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Project Settings window too small when using different language
4 participants