1<?xml version="1.0" encoding="UTF-8"?>
2<!-- This is a template.  i18n translation is not performed in-place;
3     i18n translated xml files are generated from this template by
4     transex3/layout/tralay.  !-->
5
6<dialog xmlns="http://openoffice.org/2007/layout"
7        xmlns:cnt="http://openoffice.org/2007/layout/container"
8        title="Align Test" optimumsize="true" has_border="true" sizeable="true" moveable="true">
9    <vbox spacing="5" border="5">
10	<fixedline/>
11	<hbox spacing="0" border="0">
12	    <vbox spacing="5" border="5">
13		<fixedline _text="X" cnt:expand="false"/>
14		<pushbutton label="foo"/>
15		<pushbutton label="foo"/>
16		<pushbutton label="foo"/>
17		<pushbutton label="foo"/>
18		<pushbutton label="foo"/>
19		<pushbutton label="foo"/>
20		<pushbutton label="foo"/>
21	    </vbox>
22	    <vbox spacing="5" border="5">
23		<fixedline _text="X" cnt:expand="false"/>
24		<pushbutton label="bar"/>
25	    </vbox>
26	</hbox>
27        <fixedline/>
28	<min-size cnt:spacing="0" min-width="200"/>
29    </vbox>
30</dialog>
31