summaryrefslogtreecommitdiff
path: root/toolkit/workben/layout/zoom-indent.xml
blob: bd5853acdce4c9c2c9c55532e628ae9338288b92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8"?>

<modaldialog xmlns="http://openoffice.org/2007/layout"
             xmlns:cnt="http://openoffice.org/2007/layout/container"
             id="dialog" title="Set Zoom" optimumsize="true"
         help-id="SID_ATTR_ZOOM"
             has_border="true" sizeable="true" moveable="true">
    <hbox border="5" spacing="0">
        <vbox spacing="0">
        <fixedline id="FixedLine" text="Zoom factor" cnt:expand="true"/>
        <hbox> <!-- for left margin !-->
        <vbox cnt:padding="13" spacing="4" cnt:expand="true">
            <radiobutton radiogroup="zoom" id="WholePage" label="Whole Page"/>
            <radiobutton radiogroup="zoom" id="PageWidth" label="Page Width"/>
            <radiobutton radiogroup="zoom" id="Optimal"   label="Optimal"/>
            <radiobutton radiogroup="zoom" id="Zoom200"   label="~200 %"/>
            <radiobutton radiogroup="zoom" id="Zoom150"   label="15~0 %"/>
            <radiobutton radiogroup="zoom" id="Zoom100"   label="~100 %"/>
            <radiobutton radiogroup="zoom" id="Zoom75"    label="~75 %"/>
            <radiobutton radiogroup="zoom" id="Zoom50"    label="~50 %"/>
            <hbox cnt:expand="false">
            <align cnt:expand="false">
                <radiobutton cnt:v-align="0.5" cnt:v-fill="0" radiogroup="zoom" id="BtnUser" label="~Variable"/>
            </align>
            <flow cnt:padding="10" cnt:expand="false"/>
            <metricfield id="User" value-step="1"
                     repeat="true" has_border="true" spin="true"
                     text="100%" unit="11" custom-unit-text="%"
                     right="true"/>
            <flow cnt:padding="10" cnt:expand="true"/>
            </hbox>
        </vbox>
        </hbox>
    </vbox>
    <vbox border="6" spacing="4">
        <okbutton     id="OkButton"     cnt:expand="false" defbutton="true"/>
        <cancelbutton id="CancelButton" cnt:expand="false"/>
        <helpbutton   id="HelpButton"   cnt:expand="false"/>
    </vbox>
    </hbox>
</modaldialog>