-
Notifications
You must be signed in to change notification settings - Fork 108
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
Bad scaling on icons and text #649
Comments
Setting |
Sorry - this got lost in the traffic and I just found it. Is that on X or Wayland? X is known to be bad at handling fractional scale factors. Also, high DPI scaling on Qt only got reasonable support for fractional scale factors since Qt 5.14. If you're still around, can you try it with Qt 5.14 or later? |
That was on X (and I'm still on X). With Qt 5.15.2, the text looks fine although icons (like the close/detach icons on the panels in the screenshot above, or menu icons) are still pixelated. That should be able to be fixed like here though, I think. |
Aha, thanks, I didn't know about that attribute. |
Turned out things are a bit worse: avatar dimensions in a few places were hardcoded to 16px :-\ |
Description
The font in the chat UI is rendered (supposedly) at 1x scale and pixelated. All icons are also pixelated.
Steps to reproduce
Version information
The text was updated successfully, but these errors were encountered: