merged tag ooo/DEV300_m102
[LibreOffice.git] / toolkit / workben / layout / flow.xml
blob03e879bb13c1b40f9f2d7096c9358484b0c458b2
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         title="Flowing" optimumsize="true" has_border="true" sizeable="true" moveable="true">
6     <vbox spacing="5">
7         <flow>
8             <pushbutton label="Button 1" />
9             <pushbutton label="Button 2" />
10             <pushbutton label="Button 3" />
11             <pushbutton label="Button 4" />
12             <pushbutton label="Button 5" />
13             <pushbutton label="Button 6" />
14             <pushbutton label="Button 7" />
15         </flow>
16     </vbox>
17 </dialog>