mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-03 10:14:45 +00:00
fix lockscreen
This commit is contained in:
parent
da0db9acab
commit
b18580da0e
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ import org.kde.plasma.components 2.0 as PlasmaComponents
|
||||||
PlasmaComponents.Label {
|
PlasmaComponents.Label {
|
||||||
horizontalAlignment: Qt.AlignHCenter
|
horizontalAlignment: Qt.AlignHCenter
|
||||||
verticalAlignment: Qt.AlignVCenter
|
verticalAlignment: Qt.AlignVCenter
|
||||||
font.pixelSize: units.gridUnit * 3
|
font.pixelSize: units.gridUnit * 1.6
|
||||||
property alias sub: longHold.text
|
property alias sub: longHold.text
|
||||||
property var callback
|
property var callback
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|
|
||||||
|
|
@ -165,7 +165,7 @@ PlasmaCore.ColorScope {
|
||||||
text: i18n("Unlock")
|
text: i18n("Unlock")
|
||||||
enabled: !authenticator.graceLocked
|
enabled: !authenticator.graceLocked
|
||||||
onClicked: {
|
onClicked: {
|
||||||
unlockFunction();
|
bottomPanel.unlockFunction();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue