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
Although we are using scalable (SVG) Icons, those are not rendered properly on HighDPI displays.
It's clearly visible on the Library tab icon which is the Kiwix bird
There are a lot of topics about this online. It seems that it used to be complex, especially given DPR is per-display and an application can have a window in a HighDPI one and another window on a regular DPI one ; and there's the variations between the different systems and all.
I read that it should be transparent in Qt6 but I haven't tested that. If someone wants to send me qt6 build I'll gladly test.
On current Qt5, I could fix the Icon with just the following… but I'm pretty sure it make the icons ugly on regular DPI
I'm interested in assisting with this issue. Could you provide guidance on the best approach to ensure proper icon rendering across both HighDPI and standard DPI displays?
Although we are using scalable (SVG) Icons, those are not rendered properly on HighDPI displays.
It's clearly visible on the Library tab icon which is the Kiwix bird
There are a lot of topics about this online. It seems that it used to be complex, especially given DPR is per-display and an application can have a window in a HighDPI one and another window on a regular DPI one ; and there's the variations between the different systems and all.
I read that it should be transparent in Qt6 but I haven't tested that. If someone wants to send me qt6 build I'll gladly test.
On current Qt5, I could fix the Icon with just the following… but I'm pretty sure it make the icons ugly on regular DPI
The text was updated successfully, but these errors were encountered: