diff options
Diffstat (limited to 'tests/auto/declarative/layouts/data/grid-spacing-margin.xml')
-rw-r--r-- | tests/auto/declarative/layouts/data/grid-spacing-margin.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/auto/declarative/layouts/data/grid-spacing-margin.xml b/tests/auto/declarative/layouts/data/grid-spacing-margin.xml deleted file mode 100644 index 807b653..0000000 --- a/tests/auto/declarative/layouts/data/grid-spacing-margin.xml +++ /dev/null @@ -1,9 +0,0 @@ -<Item width="640" height="480"> - <GridLayout columns="3" spacing="4" margin="8"> - <Rect id="one" color="red" width="50" height="50"/> - <Rect id="two" color="green" width="20" height="50"/> - <Rect id="three" color="blue" width="50" height="20"/> - <Rect id="four" color="cyan" width="50" height="50"/> - <Rect id="five" color="magenta" width="10" height="10"/> - </GridLayout> -</Item> |