diff options
Diffstat (limited to 'tests/manual/viewinqwidget/main.qml')
-rw-r--r-- | tests/manual/viewinqwidget/main.qml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/manual/viewinqwidget/main.qml b/tests/manual/viewinqwidget/main.qml index ab3dc948..36c09b50 100644 --- a/tests/manual/viewinqwidget/main.qml +++ b/tests/manual/viewinqwidget/main.qml @@ -31,9 +31,8 @@ import QtQuick.Controls 1.3 Item { visible: true - width: 360 - height: 360 - + width: 200 + height: 200 ComboBox { anchors.centerIn: parent |