aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2018-05-25 15:23:49 +0200
committerMitch Curtis <mitch.curtis@qt.io>2018-05-29 12:39:02 +0000
commit209156fcb4cd53ddb4e54c33abec7cf4e01fb6ca (patch)
treefea9682c30d83d6628b7596eaaf14147a38dd667 /tests
parent72f96a3f98493a3ffac5a1af12fe4b285fdad0ae (diff)
testbed: increase window height
Makes it possible to see all effects instantly without having to resize the window manually. Change-Id: I72497be73979b410ac57b3a089715237e98d5017 Reviewed-by: Andy Nichols <andy.nichols@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/testbed/testBed.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/testbed/testBed.qml b/tests/manual/testbed/testBed.qml
index f42ea4a..c3e5b91 100644
--- a/tests/manual/testbed/testBed.qml
+++ b/tests/manual/testbed/testBed.qml
@@ -32,7 +32,7 @@ Rectangle {
id: main
width: 950
- height: 620
+ height: 800
color: '#171717'
ListView {