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 the project manager's default window size #91889

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Calinou
Copy link
Member

@Calinou Calinou commented May 12, 2024

This makes the project manager feel less cramped when many projects are imported, or when browsing templates in the asset library.

On displays smaller than 1152×800 (e.g. 1366×768), window height is automatically limited by DisplayServer when setting the window size.

This also tweaks splash screen size when starting the project manager to match the project manager's default window size, and allows the --resolution and --position CLI arguments to affect the project manager.

Lastly, this increases the minimum width slightly to prevent the UI from being cut off with the default theme.

Preview

Before After
Screenshot_20240513_000907 Screenshot_20240512_235619
Before After
Screenshot_20240513_000912 Screenshot_20240512_235626

@Calinou Calinou added this to the 4.x milestone May 12, 2024
@Calinou Calinou requested a review from a team as a code owner May 12, 2024 22:11
main/main.cpp Outdated Show resolved Hide resolved
@Calinou Calinou force-pushed the project-manager-tweak-default-window-size branch from de36b52 to 7236926 Compare May 13, 2024 18:03
This makes the project manager feel less cramped when many
projects are imported, or when browsing templates in the asset library.

On displays smaller than 1152x800 (e.g. 1366x768), window height is
automatically limited by DisplayServer when setting the window size.

This also tweaks splash screen size when starting the project manager
to match the project manager's default window size, and allows the
`--resolution` and `--position` CLI arguments to affect the project
manager.

Lastly, this increases the minimum width slightly to prevent the UI
from being cut off with the default theme.
@Calinou Calinou force-pushed the project-manager-tweak-default-window-size branch from 7236926 to c23000a Compare May 13, 2024 18:03
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.

None yet

2 participants