summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/visual/qmlgraphicsflickable/flickable-horizontal.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/visual/qmlgraphicsflickable/flickable-horizontal.qml')
-rw-r--r--tests/auto/declarative/visual/qmlgraphicsflickable/flickable-horizontal.qml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/declarative/visual/qmlgraphicsflickable/flickable-horizontal.qml b/tests/auto/declarative/visual/qmlgraphicsflickable/flickable-horizontal.qml
index a5e15d6..2b4f55d 100644
--- a/tests/auto/declarative/visual/qmlgraphicsflickable/flickable-horizontal.qml
+++ b/tests/auto/declarative/visual/qmlgraphicsflickable/flickable-horizontal.qml
@@ -27,4 +27,11 @@ Rectangle {
}
}
}
+ Rectangle {
+ radius: 3
+ y: Flick.height-8
+ height: 8
+ x: Flick.visibleArea.xPosition * Flick.width
+ width: Flick.visibleArea.widthRatio * Flick.width
+ }
}