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
{{ message }}
This repository has been archived by the owner on Oct 17, 2019. It is now read-only.
HiDPI scaling does not work on master for me either (Arch, i3). That test build above works but scales too greatly - I have a 1440p display (not 4K) and as such 2x scaling ends up looking like a toy.
System:
Actual behavior
This is a Dell XPS 13 with a 13.3" 3200x1800 display, around 250 DPI. It's configured out of the box to use a UI scale factor of 250%.
Expected behavior
For the UI to be readable without a magnifying glass.
In my (limited) experience working with Qt apps, this can be fixed by enabling AA_EnableHighDpiScaling before creating the QApplication.
Enabling compatibility mode so that the application gets bitmap upscaled would "fix" it, but I'd sooner use another client instead.
The text was updated successfully, but these errors were encountered: