summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/heartlistener/assets/monitor.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/heartlistener/assets/monitor.qml')
-rw-r--r--examples/bluetooth/heartlistener/assets/monitor.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bluetooth/heartlistener/assets/monitor.qml b/examples/bluetooth/heartlistener/assets/monitor.qml
index 5dbf66c3..2fcbef3d 100644
--- a/examples/bluetooth/heartlistener/assets/monitor.qml
+++ b/examples/bluetooth/heartlistener/assets/monitor.qml
@@ -87,7 +87,7 @@ Rectangle {
Text {
id: logi
text: heartRate.message
- anchors.centerIn: parent
+ anchors.centerIn: updatei
color: "#3870BA"
}
}