merge the formfield patch from ooo-build
[ooovba.git] / toolkit / workben / layout / adjust.xml
blob186a94bf5e6ad25d55ac86882db313bc25495c04
1 <?xml version="1.0" encoding="UTF-8"?>
3 <dialog xmlns="http://openoffice.org/2007/layout"
4     id="window1" title="Text Editor" optimumsize="true"
5     has_border="true" sizeable="true" moveable="true">
6     <vbox>
7     <!-- Ver Top -->
8     <hbox>
9         <align v-align="0" h-align="0" v-fill="0" h-fill="0">
10         <pushbutton label="Top Left" />
11         </align>
12         <align>
13         <pushbutton label="Top Middle" v-align="0" h-align="0.5" v-fill="0" h-fill="0" />
14         </align>
15         <align>
16         <pushbutton label="Top Right" v-align="0" h-align="1" v-fill="0" h-fill="0" />
17         </align>
18     </hbox>
19     <!-- Ver Middle -->
20     <hbox>
21         <align>
22         <pushbutton label="Middle Left" v-align="0.5" h-align="0" v-fill="0" h-fill="0" />
23         </align>
24         <align>
25         <pushbutton label="Middle Middle" v-align="0.5" h-align="0.5" v-fill="0" h-fill="0" />
26         </align>
27         <align>
28         <pushbutton label="Middle Right" v-align="0.5" h-align="1" v-fill="0" h-fill="0" />
29         </align>
30     </hbox>
31     <!-- Ver Bottom -->
32     <hbox>
33         <align>
34         <pushbutton label="Bottom Left" v-align="1" h-align="0" v-fill="0" h-fill="0" />
35         </align>
36         <align>
37         <pushbutton label="Bottom Middle" v-align="1" h-align="0.5" v-fill="0" h-fill="0" />
38         </align>
39         <align>
40         <pushbutton label="Bottom Right" v-align="1" h-align="1" v-fill="0" h-fill="0" />
41         </align>
42     </hbox>
43     </vbox>
44 </dialog>