import QtQuick 2.0
Rectangle {
width: 300
height: 300
height: childrenRect.height
Repeater {
model: 1
Rectangle { }
}