merge the formfield patch from ooo-build
[ooovba.git] / toolkit / source / awt / non-interactable-containers.xml
blob0ffdb7e9d58da1925ef39c4161fda9da5d8916ed
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="Interactable Containers" optimumsize="true"
6              border="true" sizeable="true" moveable="true">
7     <hbox>
8         <table columns="3" cnt:title="Page 1">
9             <pushbutton cnt:x-expand="false" cnt:row-span="2" label="1,1" />
10             <pushbutton cnt:y-expand="false" label="1,2" />
11             <pushbutton cnt:y-expand="false" label="1,3" />
12             <pushbutton cnt:col-span="2" label="2,1" />
13         </table>
14     </hbox>
15 </dialog>