summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/layouts/data/vertical-spacing-margin.xml
blob: 3d41ca0398a5979414324ee30665c4e27d5be36a (plain)
1
2
3
4
5
6
7
<Item width="640" height="480">
    <VerticalLayout spacing="5" margin="10">
        <Rect id="one" color="red" width="50" height="50"/>
        <Rect id="two" color="red" width="20" height="10"/>
        <Rect id="three" color="red" width="40" height="20"/>
    </VerticalLayout>
</Item>