From 6bd200c71b98e4fe6f395404054e15f20b68b0d3 Mon Sep 17 00:00:00 2001 From: Luciano Montanaro Date: Fri, 3 Jan 2014 19:53:07 +0100 Subject: [PATCH] Change the EnterKey icon source to the "close" icon This is a hint for the user that taping the enter key will hide the keyboard. --- .../sailfish/qml/pages/StationListPage.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/application/resources/sailfish/qml/pages/StationListPage.qml b/application/resources/sailfish/qml/pages/StationListPage.qml index d45fb0e..eef2e38 100644 --- a/application/resources/sailfish/qml/pages/StationListPage.qml +++ b/application/resources/sailfish/qml/pages/StationListPage.qml @@ -43,6 +43,7 @@ Page { onTextChanged: stationListPage.searchPattern = searchField.text width: stationListPage.width EnterKey.onClicked: searchField.focus = false + EnterKey.iconSource: "image://theme/icon-m-enter-close" } } SilicaListView { -- 1.7.9.5