aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/shapes/tapableTriangle.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/shapes/tapableTriangle.qml')
-rw-r--r--examples/quick/shapes/tapableTriangle.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/shapes/tapableTriangle.qml b/examples/quick/shapes/tapableTriangle.qml
index cc33bae9a0..b224a95034 100644
--- a/examples/quick/shapes/tapableTriangle.qml
+++ b/examples/quick/shapes/tapableTriangle.qml
@@ -52,8 +52,8 @@ import QtQuick
import QtQuick.Shapes
Rectangle {
- width: 120
- height: 120
+ width: 256
+ height: 256
color: th.pressed ? "steelBlue" : "lightGray"
containmentMask: ctr