aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/customitems/searchbox/SearchBox.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/customitems/searchbox/SearchBox.qml')
-rw-r--r--examples/quick/customitems/searchbox/SearchBox.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/customitems/searchbox/SearchBox.qml b/examples/quick/customitems/searchbox/SearchBox.qml
index cab0058bce..306640ec4d 100644
--- a/examples/quick/customitems/searchbox/SearchBox.qml
+++ b/examples/quick/customitems/searchbox/SearchBox.qml
@@ -66,7 +66,7 @@ FocusScope {
font.italic: true
}
- MouseArea {
+ MouseArea {
anchors.fill: parent
onClicked: { focusScope.focus = true; Qt.inputMethod.show(); }
}
@@ -84,7 +84,7 @@ FocusScope {
source: "images/clear.png"
opacity: 0
- MouseArea {
+ MouseArea {
anchors.fill: parent
onClicked: { textInput.text = ''; focusScope.focus = true; textInput.openSoftwareInputPanel(); }
}