[plasmashell] [Bug 418546] Lock screen's icons are blurry on HiDPI with scaling 1.5
Chandradeep Dey
bugzilla_noreply at kde.org
Mon Mar 1 12:33:18 GMT 2021
https://bugs.kde.org/show_bug.cgi?id=418546
--- Comment #40 from Chandradeep Dey <chandradeepdey at 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 the assignee for the bug.
More information about the Visual-design
mailing list