https://bugs.kde.org/show_bug.cgi?id=418546

--- Comment #40 from Chandradeep Dey <chandradeep...@posteo.net> ---
Yep.

Also, some observations:
1) SDDM's user account picture remains the same size even when the dpi changes.
So it remains sharp.
2) The user manager KCM probably needs the same treatment.
3) The user picture is blurry on Wayland and adding the multiplication factor
fixes it. But the switch user icon and battery icon are sharp by default on
Wayland.

(In reply to Méven Car from comment #39)
> 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.

Reply via email to