Commit 521b9681 authored by Ronan Abhamon's avatar Ronan Abhamon

fix(Form/ExclusiveButtons.spec.qml): avoid `invalid size QSize(0, 0)` warning

parent a6808e63
......@@ -6,6 +6,10 @@ import QtTest 1.1
Item {
id: root
// Avoid `Test 'XXX' has invalid size QSize(0, 0), resizing.` warning.
height: 100
width: 300
Component {
id: builder
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment