summaryrefslogtreecommitdiff
path: root/toolkit/workben/layout/numeric.xml
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/workben/layout/numeric.xml')
-rw-r--r--toolkit/workben/layout/numeric.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/toolkit/workben/layout/numeric.xml b/toolkit/workben/layout/numeric.xml
new file mode 100644
index 000000000000..becab18cdf9b
--- /dev/null
+++ b/toolkit/workben/layout/numeric.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<framewindow xmlns="http://openoffice.org/2007/layout"
+ xmlns:cnt="http://openoffice.org/2007/layout/container"
+ id="window1" title="Test-Dialog" optimumsize="true"
+ has_border="true" sizeable="true" moveable="true">
+ <vbox>
+ <numericfield text="5" spin="true" enforce-format="false" value-min="5.3" value-max="17.8"/>
+ <pushbutton />
+ </vbox>
+</framewindow>