summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/lowenergyscanner/assets/Menu.qml
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-10-28 11:42:34 +0100
committerAlex Blasche <alexander.blasche@digia.com>2014-10-28 13:51:15 +0100
commit0b42f1e6f6be36a23584dfe41acaf414023f747a (patch)
tree0edc4814ad2c4d31b12a505adfee1566279b1ca8 /examples/bluetooth/lowenergyscanner/assets/Menu.qml
parent4591068fe2d637b6dee7cab62e565613a8cbc91a (diff)
Fix lowenergyscanner when dealing with device scan errors
Previously the error was indicated but other UI elements were still giving the impression that the scan was ongoing. Change-Id: Iafab8f43bff3303eb6ad5e3385db2f81288d2e66 Reviewed-by: Timur Pocheptsov <Timur.Pocheptsov@digia.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'examples/bluetooth/lowenergyscanner/assets/Menu.qml')
-rw-r--r--examples/bluetooth/lowenergyscanner/assets/Menu.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/bluetooth/lowenergyscanner/assets/Menu.qml b/examples/bluetooth/lowenergyscanner/assets/Menu.qml
index d1eaebb2..3669223a 100644
--- a/examples/bluetooth/lowenergyscanner/assets/Menu.qml
+++ b/examples/bluetooth/lowenergyscanner/assets/Menu.qml
@@ -68,6 +68,7 @@ Rectangle {
text: menuText
elide: Text.ElideMiddle
color: "#E3E3E3"
+ wrapMode: Text.WordWrap
}
MouseArea {