summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/visual/qdeclarativeflickable/flickable-vertical.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/visual/qdeclarativeflickable/flickable-vertical.qml')
-rw-r--r--tests/auto/declarative/visual/qdeclarativeflickable/flickable-vertical.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/visual/qdeclarativeflickable/flickable-vertical.qml b/tests/auto/declarative/visual/qdeclarativeflickable/flickable-vertical.qml
index 6204aa9..ebb963d 100644
--- a/tests/auto/declarative/visual/qdeclarativeflickable/flickable-vertical.qml
+++ b/tests/auto/declarative/visual/qdeclarativeflickable/flickable-vertical.qml
@@ -18,7 +18,7 @@ Rectangle {
flickable {
id: flick
height: parent.height-50
- width: parent.width; viewportHeight: column.height
+ width: parent.width; contentHeight: column.height
Column {
id: column