[plasmashell] [Bug 418546] Lock screen's icons are blurry on HiDPI with scaling 1.5
Chandradeep Dey
bugzilla_noreply at kde.org
Thu Feb 4 21:13:13 GMT 2021
https://bugs.kde.org/show_bug.cgi?id=418546
Chandradeep Dey <chandradeepdey at posteo.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |chandradeepdey at posteo.net
--- Comment #38 from Chandradeep Dey <chandradeepdey at posteo.net> ---
I have the same problem with 125% scaling. I thought only the avatar was blurry
compared to SDDM. After seeing this bug I looked at the rest and all were
blurry as mentioned.
Changing
/usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/UserDelegate.qml
line 85
-sourceSize: Qt.size(faceSize, faceSize)
+sourceSize: Qt.size(faceSize * 1.25, faceSize * 1.25)
+width: faceSize
made the avatar as good as SDDM.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Visual-design
mailing list