diff options
Diffstat (limited to 'tests/auto/declarative/layouts/data/vertical-spacing-margin.xml')
-rw-r--r-- | tests/auto/declarative/layouts/data/vertical-spacing-margin.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/auto/declarative/layouts/data/vertical-spacing-margin.xml b/tests/auto/declarative/layouts/data/vertical-spacing-margin.xml deleted file mode 100644 index 3d41ca0..0000000 --- a/tests/auto/declarative/layouts/data/vertical-spacing-margin.xml +++ /dev/null @@ -1,7 +0,0 @@ -<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> |