diff options
Diffstat (limited to 'tests/manual/quickcontrols/testbench/controls/SwitchDelegate.qml')
| -rw-r--r-- | tests/manual/quickcontrols/testbench/controls/SwitchDelegate.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/quickcontrols/testbench/controls/SwitchDelegate.qml b/tests/manual/quickcontrols/testbench/controls/SwitchDelegate.qml index 9508b2ce80..2f6b26c47a 100644 --- a/tests/manual/quickcontrols/testbench/controls/SwitchDelegate.qml +++ b/tests/manual/quickcontrols/testbench/controls/SwitchDelegate.qml @@ -31,7 +31,7 @@ QtObject { clip: true model: 20 delegate: SwitchDelegate { - width: parent.width + width: ListView.view.width text: "SwitchDelegate" focusPolicy: Qt.StrongFocus } |
