aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/pointerhandlers
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2018-02-07 21:51:12 +0100
committerLars Knoll <lars.knoll@qt.io>2018-02-08 09:53:41 +0000
commit10b74441825dc11d2d3e56f41bbfebc928be0cfd (patch)
tree90d25e443220c2ef5e52cd5e4e6a283eaed32bc3 /tests/auto/quick/pointerhandlers
parente961f743f532ee2907490330b94ddfdb5d1f4871 (diff)
Stabilize the flickableinterop autotest
Make sure the Rectangles we're sending the touch events to are visible on screen, otherwise I get consistent failures in this test on Linux. Change-Id: Icc2ba7ba73c434dd2ef725adbaa57ab6d413f354 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'tests/auto/quick/pointerhandlers')
-rw-r--r--tests/auto/quick/pointerhandlers/flickableinterop/data/flickableWithHandlers.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/quick/pointerhandlers/flickableinterop/data/flickableWithHandlers.qml b/tests/auto/quick/pointerhandlers/flickableinterop/data/flickableWithHandlers.qml
index 95ecf702be..7d7f53dd15 100644
--- a/tests/auto/quick/pointerhandlers/flickableinterop/data/flickableWithHandlers.qml
+++ b/tests/auto/quick/pointerhandlers/flickableinterop/data/flickableWithHandlers.qml
@@ -31,7 +31,7 @@ import Qt.labs.handlers 1.0
Rectangle {
id: root
- width: 500
+ width: 800
height: 480
objectName: "root"
color: "#222222"
@@ -41,7 +41,7 @@ Rectangle {
anchors.margins: 10
anchors.topMargin: 40
contentHeight: 600
- contentWidth: 600
+ contentWidth: 1000
// pressDelay: TODO
Row {