aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/quickcontrols/testbench/controls/SwipeDelegate.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/quickcontrols/testbench/controls/SwipeDelegate.qml')
-rw-r--r--tests/manual/quickcontrols/testbench/controls/SwipeDelegate.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/quickcontrols/testbench/controls/SwipeDelegate.qml b/tests/manual/quickcontrols/testbench/controls/SwipeDelegate.qml
index 36d683a8ac..df6de6aacd 100644
--- a/tests/manual/quickcontrols/testbench/controls/SwipeDelegate.qml
+++ b/tests/manual/quickcontrols/testbench/controls/SwipeDelegate.qml
@@ -48,7 +48,7 @@ QtObject {
clip: true
model: 20
delegate: SwipeDelegate {
- width: parent.width
+ width: ListView.view.width
text: "SwipeDelegate"
focusPolicy: Qt.StrongFocus