[plasmashell] [Bug 418546] Lock screen's icons are blurry on HiDPI with scaling 1.5
Méven Car
bugzilla_noreply at kde.org
Mon Mar 1 09:20:12 GMT 2021
https://bugs.kde.org/show_bug.cgi?id=418546
--- Comment #39 from Méven Car <meven29 at gmail.com> ---
(In reply to Chandradeep Dey from comment #38)
> 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.
Does :
line 85
-sourceSize: Qt.size(faceSize, faceSize)
+sourceSize: Qt.size(faceSize * Screen.devicePixelRatio, faceSize *
Screen.devicePixelRatio)
Work as well ?
This then could easily be adapted to a patch.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Visual-design
mailing list