summaryrefslogtreecommitdiff
path: root/toolkit/workben/layout/simple-paragraph.xml
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/workben/layout/simple-paragraph.xml')
-rw-r--r--toolkit/workben/layout/simple-paragraph.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/toolkit/workben/layout/simple-paragraph.xml b/toolkit/workben/layout/simple-paragraph.xml
new file mode 100644
index 000000000000..e07909dc8a39
--- /dev/null
+++ b/toolkit/workben/layout/simple-paragraph.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<dialog xmlns="http://openoffice.org/2007/layout"
+ xmlns:cnt="http://openoffice.org/2007/layout/container"
+ id="dialog" title="Paragraph test" optimumsize="true"
+ has_border="true" sizeable="true" moveable="true">
+ <vbox>
+ <listbox id="line-spacing-list" dropdown="true" cnt:expand="false"
+ string-item-list="Single:1.5 lines:Double:Proportional" />
+ </vbox>
+</dialog>