summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/heartrate-game/BottomLine.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/heartrate-game/BottomLine.qml')
-rw-r--r--examples/bluetooth/heartrate-game/BottomLine.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/bluetooth/heartrate-game/BottomLine.qml b/examples/bluetooth/heartrate-game/BottomLine.qml
index caebc307..80fdaa8c 100644
--- a/examples/bluetooth/heartrate-game/BottomLine.qml
+++ b/examples/bluetooth/heartrate-game/BottomLine.qml
@@ -6,7 +6,6 @@ import QtQuick
Rectangle {
anchors.horizontalCenter: parent.horizontalCenter
anchors.bottom: parent.bottom
- width: parent.width * 0.85
+ width: parent.width
height: parent.height * 0.05
- radius: height*0.5
}