diff --git a/kcms/users/package/contents/ui/main.qml b/kcms/users/package/contents/ui/main.qml index 947dd2edb..2a158413e 100644 --- a/kcms/users/package/contents/ui/main.qml +++ b/kcms/users/package/contents/ui/main.qml @@ -28,6 +28,10 @@ KCM.ScrollViewKCM { implicitWidth: Kirigami.Units.gridUnit * 30 implicitHeight: Kirigami.Units.gridUnit * 20 + // Override default false value here as it doesn't really work with the + // layout we have here with two pages adjacent to one another + framedView: true + // QML cannot update avatar image when override. By increasing this number and // appending it to image source with '?', we force avatar to reload property int avatarVersion: 0