https://bugs.kde.org/show_bug.cgi?id=418546
--- Comment #39 from Méven Car <meve...@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 watching all bug changes.