fix lockscreen

This commit is contained in:
Marco Martin 2016-02-25 15:07:04 +01:00
parent da0db9acab
commit b18580da0e
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -165,7 +165,7 @@ PlasmaCore.ColorScope {
text: i18n("Unlock")
enabled: !authenticator.graceLocked
onClicked: {
unlockFunction();
bottomPanel.unlockFunction();
}
}
}