mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +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 {
|
||||
horizontalAlignment: Qt.AlignHCenter
|
||||
verticalAlignment: Qt.AlignVCenter
|
||||
font.pixelSize: units.gridUnit * 3
|
||||
font.pixelSize: units.gridUnit * 1.6
|
||||
property alias sub: longHold.text
|
||||
property var callback
|
||||
Layout.fillWidth: true
|
||||
|
|
|
|||
|
|
@ -165,7 +165,7 @@ PlasmaCore.ColorScope {
|
|||
text: i18n("Unlock")
|
||||
enabled: !authenticator.graceLocked
|
||||
onClicked: {
|
||||
unlockFunction();
|
||||
bottomPanel.unlockFunction();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue