summaryrefslogtreecommitdiff
path: root/toolkit/workben/layout/table.xml
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/workben/layout/table.xml')
-rw-r--r--toolkit/workben/layout/table.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/toolkit/workben/layout/table.xml b/toolkit/workben/layout/table.xml
new file mode 100644
index 000000000000..673bd85ddab3
--- /dev/null
+++ b/toolkit/workben/layout/table.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<dialog xmlns="http://openoffice.org/2007/layout"
+ xmlns:cnt="http://openoffice.org/2007/layout/container"
+ title="Table Test" optimumsize="true"
+ has_border="true" sizeable="true" moveable="true">
+ <table columns="3">
+ <!-- row 0 -->
+ <pushbutton cnt:x-expand="false" cnt:row-span="2" label="1,1" />
+ <pushbutton cnt:y-expand="false" label="1,2" />
+ <pushbutton cnt:y-expand="false" label="1,3" />
+ <!-- row 1 -->
+ <pushbutton cnt:col-span="2" label="2,1" />
+ </table>
+</dialog>