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

View file

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