-
Notifications
You must be signed in to change notification settings - Fork 366
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
Please add UI scaling #466
Comments
Thank you for raising the issue. This is definitely a useful feature. |
I think of using a global scale factor using the Provider package to allow users to choose scaling percentages like 100%, 125%, and 150% in the settings section, using the transform.scale globally and hive to remember the user setting. This feature will ensure that the entire app's UI scales proportionately, enhancing usability on high-DPI displays and addressing the small UI element issue |
@SajalDevX The approach looks nice. You can send across a PR in case you are working on the issue. |
@SajalDevX The current PR involves a lot of code changes. Adding this feature will require some major rehaul. |
Tell us about the task you want to perform and are unable to do so because the feature is not available
I am using fractional scaling in Manjaro Linux KDE. When i open apidash, the UI elements are so small. The app would be much more usable if there is an option to upscale the UI so that all the elements in the app are larger. This option should be in the settings from within the app.
Describe the solution/feature you'd like us to add
whole UI scaling
The text was updated successfully, but these errors were encountered: