Skip to content

[SDDM] Don't use margins for user avatar

Eugene Popov requested to merge epopov/plasma-workspace:sddm_user_avatar into master

Currently, the SDDM uses the default picture for a user who doesn't have an avatar, while the lock/logout screens in this case use a specific system icon. These picture and icon are the same (but located in different places), but since the margins are set for the icon, they look different on the sddm and the lock/logout screens. This MR fixes that.

Merge request reports