aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/quickcontrols/screenshots/screenshots.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/quickcontrols/screenshots/screenshots.qml')
-rw-r--r--tests/manual/quickcontrols/screenshots/screenshots.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/quickcontrols/screenshots/screenshots.qml b/tests/manual/quickcontrols/screenshots/screenshots.qml
index cd8d52d658..e3bcfa860d 100644
--- a/tests/manual/quickcontrols/screenshots/screenshots.qml
+++ b/tests/manual/quickcontrols/screenshots/screenshots.qml
@@ -47,7 +47,7 @@ ApplicationWindow {
showDirs: false
}
delegate: ItemDelegate {
- width: parent.width
+ width: snippetsListView.width
text: fileName
focusPolicy: Qt.NoFocus