summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/pingpong/assets/Dialog.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/pingpong/assets/Dialog.qml')
-rw-r--r--examples/bluetooth/pingpong/assets/Dialog.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bluetooth/pingpong/assets/Dialog.qml b/examples/bluetooth/pingpong/assets/Dialog.qml
index 2a332715..53be3eaa 100644
--- a/examples/bluetooth/pingpong/assets/Dialog.qml
+++ b/examples/bluetooth/pingpong/assets/Dialog.qml
@@ -42,7 +42,7 @@ import QtQuick 2.0
Rectangle {
width: parent.width/2
- height: 100
+ height: message.implicitHeight*2
z: 50
border.width: 2
border.color: "#363636"