xref: /trunk/main/toolkit/workben/layout/zoom-indent.xml (revision ef1ef8e674fabf3a541d12c6e6c14cecdfc2f9e7)
1<?xml version="1.0" encoding="UTF-8"?>
2
3<modaldialog xmlns="http://openoffice.org/2007/layout"
4             xmlns:cnt="http://openoffice.org/2007/layout/container"
5             id="dialog" title="Set Zoom" optimumsize="true"
6         help-id="SID_ATTR_ZOOM"
7             has_border="true" sizeable="true" moveable="true">
8    <hbox border="5" spacing="0">
9        <vbox spacing="0">
10        <fixedline id="FixedLine" text="Zoom factor" cnt:expand="true"/>
11        <hbox> <!-- for left margin !-->
12        <vbox cnt:padding="13" spacing="4" cnt:expand="true">
13            <radiobutton radiogroup="zoom" id="WholePage" label="Whole Page"/>
14            <radiobutton radiogroup="zoom" id="PageWidth" label="Page Width"/>
15            <radiobutton radiogroup="zoom" id="Optimal"   label="Optimal"/>
16            <radiobutton radiogroup="zoom" id="Zoom200"   label="~200 %"/>
17            <radiobutton radiogroup="zoom" id="Zoom150"   label="15~0 %"/>
18            <radiobutton radiogroup="zoom" id="Zoom100"   label="~100 %"/>
19            <radiobutton radiogroup="zoom" id="Zoom75"    label="~75 %"/>
20            <radiobutton radiogroup="zoom" id="Zoom50"    label="~50 %"/>
21            <hbox cnt:expand="false">
22            <align cnt:expand="false">
23                <radiobutton cnt:v-align="0.5" cnt:v-fill="0" radiogroup="zoom" id="BtnUser" label="~Variable"/>
24            </align>
25            <flow cnt:padding="10" cnt:expand="false"/>
26            <metricfield id="User" value-step="1"
27                     repeat="true" has_border="true" spin="true"
28                     text="100%" unit="11" custom-unit-text="%"
29                     right="true"/>
30            <flow cnt:padding="10" cnt:expand="true"/>
31            </hbox>
32        </vbox>
33        </hbox>
34    </vbox>
35    <vbox border="6" spacing="4">
36        <okbutton     id="OkButton"     cnt:expand="false" defbutton="true"/>
37        <cancelbutton id="CancelButton" cnt:expand="false"/>
38        <helpbutton   id="HelpButton"   cnt:expand="false"/>
39    </vbox>
40    </hbox>
41</modaldialog>
42