aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicklistview/data/flickBeyondBoundsBug.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qquicklistview/data/flickBeyondBoundsBug.qml')
-rw-r--r--tests/auto/quick/qquicklistview/data/flickBeyondBoundsBug.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/quick/qquicklistview/data/flickBeyondBoundsBug.qml b/tests/auto/quick/qquicklistview/data/flickBeyondBoundsBug.qml
index 0a1b1a1b64..01b9ce3396 100644
--- a/tests/auto/quick/qquicklistview/data/flickBeyondBoundsBug.qml
+++ b/tests/auto/quick/qquicklistview/data/flickBeyondBoundsBug.qml
@@ -35,8 +35,8 @@ Rectangle {
height: 320
model: 2
delegate: myDelegate
- highlightMoveSpeed: 1000
- highlightResizeSpeed: 1000
+ highlightMoveVelocity: 1000
+ highlightResizeVelocity: 1000
cacheBuffer: 400
}
Text { anchors.bottom: parent.bottom; text: list.contentY }