You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. 💛
The text was updated successfully, but these errors were encountered:
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.
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. 💛
The text was updated successfully, but these errors were encountered: