summaryrefslogtreecommitdiff
path: root/toolkit/workben/layout/splitter.xml
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/workben/layout/splitter.xml')
-rw-r--r--toolkit/workben/layout/splitter.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/toolkit/workben/layout/splitter.xml b/toolkit/workben/layout/splitter.xml
new file mode 100644
index 000000000000..634ad829b001
--- /dev/null
+++ b/toolkit/workben/layout/splitter.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<dialog xmlns="http://openoffice.org/2007/layout"
+ xmlns:cnt="http://openoffice.org/2007/layout/container"
+ title="Splitter Test" optimumsize="true" has_border="true" sizeable="true" moveable="true">
+ <vbox>
+ <hsplitter>
+ <pushbutton label="Left" />
+ <pushbutton label="Right" />
+ </hsplitter>
+ <okbutton cnt:expand="false" />
+ </vbox>
+</dialog>