xref: /trunk/main/toolkit/workben/layout/more.xml (revision ef1ef8e674fabf3a541d12c6e6c14cecdfc2f9e7)
1<?xml version="1.0" encoding="UTF-8"?>
2
3<modaldialog xmlns="http://openoffice.org/2007/layout"
4             xmlns:cnt="http://openoffice.org/2007/layout/container"
5             id="RID_SVXDLG_MORE" _title="Test More" optimumsize="true"
6         help-id="SID_ATTR_RESTORE"
7             has_border="true" sizeable="true" moveable="true">
8    <vbox spacing="5" border="5" width="640">
9    <fixedtext id="FT_ONE" _label="One"/>
10    <fixedtext id="FT_TWO" _label="Two"/>
11    <hbox border="5">
12        <flow/>
13        <morebutton id="PB_MORE" cnt:expand="false" _label="More..."/>
14    </hbox>
15    <fixedtext id="FT_THREE" _label="Three"/>
16    <fixedtext id="FT_FOUR" _label="Four"/>
17    </vbox>
18</modaldialog>
19
20