From b7cac91ef57ce241db21b272edab4a40122b885a Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Fri, 8 Oct 2021 15:02:26 -0400 Subject: [PATCH] PasswordBar: Use input-dialpad icon when normal keyboard is opened When the normal keyboard is selected by tapping on the keyboard icon in the PasswordBar, change the icon to the dialpad icon, to indicate tapping will return to the numeric entry. --- look-and-feel/contents/lockscreen/PasswordBar.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/look-and-feel/contents/lockscreen/PasswordBar.qml b/look-and-feel/contents/lockscreen/PasswordBar.qml index 0dcb36ba..de4fce26 100644 --- a/look-and-feel/contents/lockscreen/PasswordBar.qml +++ b/look-and-feel/contents/lockscreen/PasswordBar.qml @@ -185,7 +185,7 @@ Rectangle { anchors.bottom: parent.bottom anchors.margins: PlasmaCore.Units.smallSpacing implicitWidth: height - icon.name: "input-keyboard-virtual-symbolic" + icon.name: root.isPinMode ? "input-keyboard-virtual-symbolic" : "input-dialpad-symbolic" onClicked: { root.isPinMode = !root.isPinMode; if (!root.isPinMode) {