merged tag ooo/DEV300_m102
[LibreOffice.git] / toolkit / workben / layout / layout.xml
blob4d9e71bbc5b91c6f412d33a374ef9ca4afa166c5
1 <?xml version="1.0" encoding="UTF-8"?>
3 <dialog xmlns="http://openoffice.org/2007/layout"
4              xmlns:cnt="http://openoffice.org/2007/layout/container"
5              id="window1" title="Test-Dialog" optimumsize="true"
6              has_border="true" sizeable="true" moveable="true">
7     <hbox border="20" spacing="10" homogeneous="true">
8         <pushbutton label="XML Left"
9                     cnt:expand="true" cnt:fill="true" />
10         <pushbutton label="XML Center"
11                     cnt:expand="true" cnt:fill="false" />
12         <pushbutton label="XML Right"
13                     cnt:expand="false" cnt:fill="false" />
14     </hbox>
15 </dialog>