summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/bluetooth/pingpong/assets/Board.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/bluetooth/pingpong/assets/Board.qml b/examples/bluetooth/pingpong/assets/Board.qml
index 576772bf..61e6bc45 100644
--- a/examples/bluetooth/pingpong/assets/Board.qml
+++ b/examples/bluetooth/pingpong/assets/Board.qml
@@ -89,7 +89,7 @@ Rectangle {
height: (parent.height/5)
anchors.left: parent.left
color: "#363636"
- radius: 10
+ radius: width/2
MouseArea {
id: leftMouse
@@ -110,7 +110,7 @@ Rectangle {
height: (parent.height/5)
anchors.right: parent.right
color: "#363636"
- radius: 10
+ radius: width/2
MouseArea {
id: rightMouse