Fix whitespace

GIT_SILENT
wilder-5.25
ivan tkachenko 4 years ago
parent 3896acabfe
commit ca2afb458a
No known key found for this signature in database
GPG Key ID: AF72731B7C654CB3
  1. 2
      lookandfeel/contents/lockscreen/LockScreen.qml
  2. 11
      lookandfeel/contents/lockscreen/LockScreenUi.qml

@ -32,6 +32,6 @@ Item {
implicitHeight: 600 implicitHeight: 600
LockScreenUi { LockScreenUi {
anchors.fill: parent anchors.fill: parent
} }
} }

@ -241,10 +241,10 @@ PlasmaCore.ColorScope {
id: users id: users
Component.onCompleted: { Component.onCompleted: {
users.append({name: kscreenlocker_userName, users.append({
realName: kscreenlocker_userName, name: kscreenlocker_userName,
icon: kscreenlocker_userImage, realName: kscreenlocker_userName,
icon: kscreenlocker_userImage,
}) })
} }
} }
@ -350,7 +350,8 @@ PlasmaCore.ColorScope {
} else { } else {
mainStack.push({ mainStack.push({
item: switchSessionPage, item: switchSessionPage,
immediate: true}); immediate: true,
});
} }
} }
} }

Loading…
Cancel
Save