IJHack / QtPass

QtPass is a multi-platform GUI for pass, the standard unix password manager.
https://qtpass.org/
GNU General Public License v3.0
1.03k stars 162 forks source link

Fix blurry icons when fractional scaling is enabled #526

Closed mthw0 closed 4 years ago

mthw0 commented 4 years ago

...by adding UseHighDpiPixmaps flag to the main.cpp file. Currently icons are blurry with fractional scaling enabled. This change fixes this issue. I built and tested this on KDE Plasma with fractional scaling at 1.25.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 7.006% when pulling 12c5e39ded9ff1148bf76d18affb835e0bf741b5 on mthw0:patch-1 into 793a499ecaaab52100c14fc49eda932d9f8410b0 on IJHack:master.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 7.006% when pulling 12c5e39ded9ff1148bf76d18affb835e0bf741b5 on mthw0:patch-1 into 793a499ecaaab52100c14fc49eda932d9f8410b0 on IJHack:master.

annejan commented 4 years ago

Thank you, awesome!