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

Option to scale UI #290

Open
MaximilianSiess opened this issue May 9, 2023 · 1 comment
Open

Option to scale UI #290

MaximilianSiess opened this issue May 9, 2023 · 1 comment
Labels
accessibility Accessibility feature or option feature New feature or request ui Related to the UI
Milestone

Comments

@MaximilianSiess
Copy link

MaximilianSiess commented May 9, 2023

Is your feature request related to a problem? Please describe.
The UI scales relative to the resolution, which creates large buttons and text in fullscreen or on high resolution displays. This might be desired by some users, but is a common source of complaints by my group of players and myself. We are aware F9 hides the UI entirely and make use of that feature frequently. However, when using the Notebook or other tools often, this becomes cumbersome.

Describe the solution you'd like
In the options menu, perhaps under General, a slider to adjust the UI scale would be good.

Describe alternatives you've considered
Even just a 0.5, 1.0 and 1.5 options via buttons would be quite helpful.

Additional context
The UI already behaves as desired when the window is in an aspect ratio different than 16:9, scaling up and down without an issue. I hope this means that implementing this option would not be too difficult.

Also, just thanks so much for all the work on this project. It's incredible how far along it already is. 💛

@drwhut
Copy link
Owner

drwhut commented May 9, 2023

Agreed, this would be a nice option to have to support a wider variety of displays.

Also, just thanks so much for all the work on this project. It's incredible how far along it already is.

Thank you! That means a lot to me ❤️

@drwhut drwhut added feature New feature or request ui Related to the UI accessibility Accessibility feature or option labels May 9, 2023
@drwhut drwhut added this to the v0.2.0 milestone May 9, 2023
drwhut added a commit that referenced this issue Jan 19, 2024
This property allows the UI to be scaled between 50% and 125% of it's
original size. 50% was the point at which text started to become
illegible on my monitor, and past 125% the main menu started to go off
the bottom of the screen. Some tweaking will be necessary in order to
allow for > 125% scaling in the future.

This commit solves #290, but the slider will be added to the options
menu at a later date.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility Accessibility feature or option feature New feature or request ui Related to the UI
Projects
None yet
Development

No branches or pull requests

2 participants