godot icon indicating copy to clipboard operation
godot copied to clipboard

Increase width of project settings window.

Open lmyers421 opened this issue 1 year ago • 1 comments

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

lmyers421 avatar Apr 24 '24 00:04 lmyers421

Commits needs to be squashed (https://docs.godotengine.org/en/latest/contributing/workflow/pr_workflow.html#modifying-a-pull-request).

Chaosus avatar Apr 24 '24 07:04 Chaosus

Thanks! And congrats for your first merged Godot contribution :tada:

akien-mga avatar May 22 '24 07:05 akien-mga