summaryrefslogtreecommitdiff
path: root/toolkit/workben/layout/boxtest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/workben/layout/boxtest.xml')
-rw-r--r--toolkit/workben/layout/boxtest.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/toolkit/workben/layout/boxtest.xml b/toolkit/workben/layout/boxtest.xml
new file mode 100644
index 000000000000..24ead837c057
--- /dev/null
+++ b/toolkit/workben/layout/boxtest.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<dialog xmlns="http://openoffice.org/2007/layout"
+ xmlns:cnt="http://openoffice.org/2007/layout/container"
+ title="Box Test" optimumsize="true" has_border="true" sizeable="true" moveable="true">
+ <vbox>
+ <table>
+ <vbox>
+ <hbox cnt:expand="false" cnt:fill="false">
+ <pushbutton label="XML Left"
+ cnt:expand="false" cnt:fill="false"/>
+ <pushbutton label="XML Middle"
+ cnt:expand="true" cnt:fill="false"/>
+ <pushbutton label="XML Right"
+ cnt:expand="true" cnt:fill="true"/>
+ </hbox>
+ <hbox cnt:expand="true" cnt:fill="false">
+ <pushbutton label="XML Left"
+ cnt:expand="false" cnt:fill="false"/>
+ <pushbutton label="XML Middle"
+ cnt:expand="true" cnt:fill="false"/>
+ <pushbutton label="XML Right"
+ cnt:expand="true" cnt:fill="true"/>
+ </hbox>
+ <hbox cnt:expand="true" cnt:fill="true">
+ <pushbutton label="XML Left"
+ cnt:expand="false" cnt:fill="false"/>
+ <pushbutton label="XML Middle"
+ cnt:expand="true" cnt:fill="false"/>
+ <pushbutton label="XML Right"
+ cnt:expand="true" cnt:fill="true"/>
+ </hbox>
+ </vbox>
+ </table>
+ </vbox>
+</dialog>