summaryrefslogtreecommitdiff
path: root/toolkit/workben/layout/layout.xml
blob: 4d9e71bbc5b91c6f412d33a374ef9ca4afa166c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>

<dialog xmlns="http://openoffice.org/2007/layout"
             xmlns:cnt="http://openoffice.org/2007/layout/container"
             id="window1" title="Test-Dialog" optimumsize="true"
             has_border="true" sizeable="true" moveable="true">
    <hbox border="20" spacing="10" homogeneous="true">
        <pushbutton label="XML Left"
                    cnt:expand="true" cnt:fill="true" />
        <pushbutton label="XML Center"
                    cnt:expand="true" cnt:fill="false" />
        <pushbutton label="XML Right"
                    cnt:expand="false" cnt:fill="false" />
    </hbox>
</dialog>