summaryrefslogtreecommitdiff
path: root/tests/auto/controls/data/tst_checkbox.qml
diff options
context:
space:
mode:
authorJan Arve Saether <jan-arve.saether@digia.com>2013-03-07 08:28:32 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-07 10:52:29 +0100
commit41e53f9689e669d6c8d1a202e26153eed9a1b293 (patch)
tree6a078eaff0ce493e3c130bbacfeaaa14a57752be /tests/auto/controls/data/tst_checkbox.qml
parent0d842a4f6255d340ac15e9e6ec21c47f9fccc795 (diff)
downloadqtquickcontrols-41e53f9689e669d6c8d1a202e26153eed9a1b293.tar.gz
Tests: Remove annoying warnings
In tst_checkbox and tst_radiobutton Top level items need a size. Change-Id: I9757fbb56d792bade9b5256e92a4e675df1457ae Reviewed-by: Jan Arve Sæther <jan-arve.saether@digia.com>
Diffstat (limited to 'tests/auto/controls/data/tst_checkbox.qml')
-rw-r--r--tests/auto/controls/data/tst_checkbox.qml6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/auto/controls/data/tst_checkbox.qml b/tests/auto/controls/data/tst_checkbox.qml
index f0cbe4cb..ee386523 100644
--- a/tests/auto/controls/data/tst_checkbox.qml
+++ b/tests/auto/controls/data/tst_checkbox.qml
@@ -43,13 +43,15 @@ import QtTest 1.0
Item {
id: container
+ width: 200
+ height: 200
TestCase {
id: testCase
name: "Tests_CheckBox"
when: windowShown
- width: 50
- height: 50
+ width: 200
+ height: 200
property var checkBox