-
Notifications
You must be signed in to change notification settings - Fork 82
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
Limits on settings values are unfriendly to hidpi displays #38
Comments
Yes, with the default settings barely anything is visible on a UHD screen. I first had to manually adjust the values. Additionally, the spacing is off. A fix would be great. Thanks |
Any suggestion for range/default values? |
For me, setting the label sizes to 100 is barely enough, allowing this to go to 1000 or even unlimited would make perfect sense to me, but I don't know about the internals and whether this is possible. Could you detect that the value is being cut off and size up? |
Added HiDPI settings |
Would you like me to try to implement automatic hidpi detection? If you want (and it happens to other people), I can implement a way to check whether it is running wayland or xorg, and to then always use the best default for each session. |
At the point I do not use HIDPI but I think more and more people are using them these days. |
Some of the limits on element sizes for the UI don't allow high enough values to avoid elipsizing on hidpi displays.
Ideally the settings values should be hidpi aware so that the defaults are reasonable there :)
The text was updated successfully, but these errors were encountered: