summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/layouts/data/horizontal.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/layouts/data/horizontal.xml')
-rw-r--r--tests/auto/declarative/layouts/data/horizontal.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/auto/declarative/layouts/data/horizontal.xml b/tests/auto/declarative/layouts/data/horizontal.xml
deleted file mode 100644
index f9deaf1..0000000
--- a/tests/auto/declarative/layouts/data/horizontal.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<Item width="640" height="480">
- <HorizontalLayout>
- <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"/>
- </HorizontalLayout>
-</Item>