summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2016-04-27 10:38:37 +0200
committerMitch Curtis <mitch.curtis@theqtcompany.com>2016-04-27 08:41:14 +0000
commitf1db93bc3324b8ef222c9815ca38c08f97bc0b94 (patch)
treeb6ec4c6f242b38721d5b44f7c04ca4b1f018d1fa /tests
parent26f7894dae87ef2dd6cf596decf645d1c877c950 (diff)
downloadqtquickcontrols-f1db93bc3324b8ef222c9815ca38c08f97bc0b94.tar.gz
Increase window size in tst_gauge.qml
A width of 60 is too small on Windows, and was causing warnings. Change-Id: Iae4f643fcc9c30a561720b653151cad7ba6d0f20 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/extras/data/tst_gauge.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/extras/data/tst_gauge.qml b/tests/auto/extras/data/tst_gauge.qml
index 0a3039d1..fc408cdf 100644
--- a/tests/auto/extras/data/tst_gauge.qml
+++ b/tests/auto/extras/data/tst_gauge.qml
@@ -48,7 +48,7 @@ TestCase {
name: "Tests_Gauge"
visible: windowShown
when: windowShown
- width: 60
+ width: 200
height: 200
property var gauge