diff options
Diffstat (limited to 'tests/manual/quickcontrols/testbench/controls/SwipeDelegate.qml')
| -rw-r--r-- | tests/manual/quickcontrols/testbench/controls/SwipeDelegate.qml | 2 |
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 e04f0bb630..1c4c22c608 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 |
