aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2020-09-23 10:49:43 +0200
committerMitch Curtis <mitch.curtis@qt.io>2020-09-24 13:49:00 +0200
commitf15c42f968f8ff560b93f11279a97fdc76d50e65 (patch)
treef718d7e8bfd9d19b6b7c52f246cb774f88504581 /tests
parenta0f0b4f65e96aecc9949d3089a283cdfaeefbb3b (diff)
Remove binding to parent in testbench
Task-number: QTBUG-82989 Change-Id: I5ce70afd395ecf0a0e91a70f19b2f1a04e1c1e6d Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/testbench/testbench.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/testbench/testbench.qml b/tests/manual/testbench/testbench.qml
index 2cd8fb43..aa80e18c 100644
--- a/tests/manual/testbench/testbench.qml
+++ b/tests/manual/testbench/testbench.qml
@@ -438,7 +438,7 @@ ApplicationWindow {
model: controlFolderListModel
delegate: ColumnLayout {
id: rootDelegate
- width: parent.width
+ width: listView.width
MenuSeparator {
Layout.fillWidth: true