aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/controls/data/TumblerListView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/controls/data/TumblerListView.qml')
-rw-r--r--tests/auto/controls/data/TumblerListView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/controls/data/TumblerListView.qml b/tests/auto/controls/data/TumblerListView.qml
index cccf8adf..1f55ddf7 100644
--- a/tests/auto/controls/data/TumblerListView.qml
+++ b/tests/auto/controls/data/TumblerListView.qml
@@ -48,6 +48,6 @@ ListView {
snapMode: ListView.SnapToItem
highlightRangeMode: ListView.StrictlyEnforceRange
preferredHighlightBegin: height / 2 - (height / parent.visibleItemCount / 2)
- preferredHighlightEnd: height / 2 + (height / parent.visibleItemCount / 2)
+ preferredHighlightEnd: height / 2 + (height / parent.visibleItemCount / 2)
clip: true
}