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