bump product version to 6.3.0.0.beta1
[LibreOffice.git] / cui / uiconfig / ui / zoomdialog.ui
blobfb3be62cac53aa3567750508a968db9b4b662e9c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.20.4 -->
3 <interface domain="cui">
4 <requires lib="gtk+" version="3.18"/>
5 <object class="GtkAdjustment" id="adjustment1">
6 <property name="lower">1</property>
7 <property name="upper">999</property>
8 <property name="step_increment">1</property>
9 <property name="page_increment">10</property>
10 </object>
11 <object class="GtkAdjustment" id="adjustment2">
12 <property name="upper">100</property>
13 <property name="step_increment">1</property>
14 <property name="page_increment">10</property>
15 </object>
16 <object class="GtkDialog" id="ZoomDialog">
17 <property name="can_focus">False</property>
18 <property name="border_width">6</property>
19 <property name="title" translatable="yes" context="zoomdialog|ZoomDialog">Zoom &amp; View Layout</property>
20 <property name="resizable">False</property>
21 <property name="modal">True</property>
22 <property name="default_width">0</property>
23 <property name="default_height">0</property>
24 <property name="type_hint">dialog</property>
25 <child internal-child="vbox">
26 <object class="GtkBox" id="dialog-vbox1">
27 <property name="can_focus">False</property>
28 <property name="orientation">vertical</property>
29 <property name="spacing">12</property>
30 <child internal-child="action_area">
31 <object class="GtkButtonBox" id="dialog-action_area1">
32 <property name="can_focus">False</property>
33 <property name="layout_style">end</property>
34 <child>
35 <object class="GtkButton" id="ok">
36 <property name="label">gtk-ok</property>
37 <property name="visible">True</property>
38 <property name="can_focus">True</property>
39 <property name="can_default">True</property>
40 <property name="has_default">True</property>
41 <property name="receives_default">True</property>
42 <property name="use_stock">True</property>
43 </object>
44 <packing>
45 <property name="expand">False</property>
46 <property name="fill">True</property>
47 <property name="position">0</property>
48 </packing>
49 </child>
50 <child>
51 <object class="GtkButton" id="cancel">
52 <property name="label">gtk-cancel</property>
53 <property name="visible">True</property>
54 <property name="can_focus">True</property>
55 <property name="receives_default">True</property>
56 <property name="use_stock">True</property>
57 </object>
58 <packing>
59 <property name="expand">False</property>
60 <property name="fill">True</property>
61 <property name="position">1</property>
62 </packing>
63 </child>
64 <child>
65 <object class="GtkButton" id="help">
66 <property name="label">gtk-help</property>
67 <property name="visible">True</property>
68 <property name="can_focus">True</property>
69 <property name="receives_default">True</property>
70 <property name="use_stock">True</property>
71 </object>
72 <packing>
73 <property name="expand">False</property>
74 <property name="fill">True</property>
75 <property name="position">2</property>
76 <property name="secondary">True</property>
77 </packing>
78 </child>
79 </object>
80 <packing>
81 <property name="expand">False</property>
82 <property name="fill">True</property>
83 <property name="pack_type">end</property>
84 <property name="position">0</property>
85 </packing>
86 </child>
87 <child>
88 <object class="GtkBox" id="box1">
89 <property name="visible">True</property>
90 <property name="can_focus">False</property>
91 <property name="spacing">12</property>
92 <child>
93 <object class="GtkFrame" id="frame1">
94 <property name="visible">True</property>
95 <property name="can_focus">False</property>
96 <property name="label_xalign">0</property>
97 <property name="shadow_type">none</property>
98 <child>
99 <object class="GtkAlignment" id="alignment1">
100 <property name="visible">True</property>
101 <property name="can_focus">False</property>
102 <property name="top_padding">6</property>
103 <property name="left_padding">12</property>
104 <child>
105 <object class="GtkBox" id="box2">
106 <property name="visible">True</property>
107 <property name="can_focus">False</property>
108 <property name="orientation">vertical</property>
109 <property name="spacing">6</property>
110 <child>
111 <object class="GtkRadioButton" id="optimal">
112 <property name="label" translatable="yes" context="zoomdialog|optimal">Optimal</property>
113 <property name="visible">True</property>
114 <property name="can_focus">True</property>
115 <property name="receives_default">False</property>
116 <property name="use_underline">True</property>
117 <property name="xalign">0</property>
118 <property name="active">True</property>
119 <property name="draw_indicator">True</property>
120 </object>
121 <packing>
122 <property name="expand">False</property>
123 <property name="fill">True</property>
124 <property name="position">0</property>
125 </packing>
126 </child>
127 <child>
128 <object class="GtkRadioButton" id="fitwandh">
129 <property name="label" translatable="yes" context="zoomdialog|fitwandh">Fit width and height</property>
130 <property name="visible">True</property>
131 <property name="can_focus">True</property>
132 <property name="receives_default">False</property>
133 <property name="use_underline">True</property>
134 <property name="xalign">0</property>
135 <property name="draw_indicator">True</property>
136 <property name="group">optimal</property>
137 </object>
138 <packing>
139 <property name="expand">False</property>
140 <property name="fill">True</property>
141 <property name="position">1</property>
142 </packing>
143 </child>
144 <child>
145 <object class="GtkRadioButton" id="fitw">
146 <property name="label" translatable="yes" context="zoomdialog|fitw">Fit width</property>
147 <property name="visible">True</property>
148 <property name="can_focus">True</property>
149 <property name="receives_default">False</property>
150 <property name="use_underline">True</property>
151 <property name="xalign">0</property>
152 <property name="draw_indicator">True</property>
153 <property name="group">optimal</property>
154 </object>
155 <packing>
156 <property name="expand">False</property>
157 <property name="fill">True</property>
158 <property name="position">2</property>
159 </packing>
160 </child>
161 <child>
162 <object class="GtkRadioButton" id="100pc">
163 <property name="label" translatable="yes" context="zoomdialog|100pc">100%</property>
164 <property name="visible">True</property>
165 <property name="can_focus">True</property>
166 <property name="receives_default">False</property>
167 <property name="use_underline">True</property>
168 <property name="xalign">0</property>
169 <property name="draw_indicator">True</property>
170 <property name="group">optimal</property>
171 </object>
172 <packing>
173 <property name="expand">False</property>
174 <property name="fill">True</property>
175 <property name="position">3</property>
176 </packing>
177 </child>
178 <child>
179 <object class="GtkBox" id="box3">
180 <property name="visible">True</property>
181 <property name="can_focus">False</property>
182 <property name="spacing">12</property>
183 <child>
184 <object class="GtkRadioButton" id="variable">
185 <property name="label" translatable="yes" context="zoomdialog|variable">Variable:</property>
186 <property name="visible">True</property>
187 <property name="can_focus">True</property>
188 <property name="receives_default">False</property>
189 <property name="use_underline">True</property>
190 <property name="xalign">0</property>
191 <property name="draw_indicator">True</property>
192 <property name="group">optimal</property>
193 <accessibility>
194 <relation type="label-for" target="zoomsb"/>
195 </accessibility>
196 </object>
197 <packing>
198 <property name="expand">False</property>
199 <property name="fill">True</property>
200 <property name="position">0</property>
201 </packing>
202 </child>
203 <child>
204 <object class="GtkSpinButton" id="zoomsb">
205 <property name="visible">True</property>
206 <property name="can_focus">True</property>
207 <property name="activates_default">True</property>
208 <property name="adjustment">adjustment2</property>
209 <accessibility>
210 <relation type="labelled-by" target="variable"/>
211 </accessibility>
212 <child internal-child="accessible">
213 <object class="AtkObject" id="zoomsb-atkobject">
214 <property name="AtkObject::accessible-name" translatable="yes" context="zoomdialog|zoomsb-atkobject">Variable</property>
215 </object>
216 </child>
217 </object>
218 <packing>
219 <property name="expand">False</property>
220 <property name="fill">True</property>
221 <property name="position">1</property>
222 </packing>
223 </child>
224 </object>
225 <packing>
226 <property name="expand">False</property>
227 <property name="fill">True</property>
228 <property name="position">4</property>
229 </packing>
230 </child>
231 </object>
232 </child>
233 </object>
234 </child>
235 <child type="label">
236 <object class="GtkLabel" id="label2">
237 <property name="visible">True</property>
238 <property name="can_focus">False</property>
239 <property name="label" translatable="yes" context="zoomdialog|label2">Zoom Factor</property>
240 <attributes>
241 <attribute name="weight" value="bold"/>
242 </attributes>
243 </object>
244 </child>
245 </object>
246 <packing>
247 <property name="expand">False</property>
248 <property name="fill">True</property>
249 <property name="position">0</property>
250 </packing>
251 </child>
252 <child>
253 <object class="GtkFrame" id="viewframe">
254 <property name="visible">True</property>
255 <property name="can_focus">False</property>
256 <property name="label_xalign">0</property>
257 <property name="shadow_type">none</property>
258 <child>
259 <object class="GtkAlignment" id="alignment2">
260 <property name="visible">True</property>
261 <property name="can_focus">False</property>
262 <property name="top_padding">6</property>
263 <property name="left_padding">12</property>
264 <child>
265 <object class="GtkBox" id="box4">
266 <property name="visible">True</property>
267 <property name="can_focus">False</property>
268 <property name="orientation">vertical</property>
269 <property name="spacing">6</property>
270 <child>
271 <object class="GtkRadioButton" id="automatic">
272 <property name="label" translatable="yes" context="zoomdialog|automatic">Automatic</property>
273 <property name="visible">True</property>
274 <property name="can_focus">True</property>
275 <property name="receives_default">False</property>
276 <property name="use_underline">True</property>
277 <property name="xalign">0</property>
278 <property name="draw_indicator">True</property>
279 </object>
280 <packing>
281 <property name="expand">False</property>
282 <property name="fill">True</property>
283 <property name="position">0</property>
284 </packing>
285 </child>
286 <child>
287 <object class="GtkRadioButton" id="singlepage">
288 <property name="label" translatable="yes" context="zoomdialog|singlepage">Single page</property>
289 <property name="visible">True</property>
290 <property name="can_focus">True</property>
291 <property name="receives_default">False</property>
292 <property name="use_underline">True</property>
293 <property name="xalign">0</property>
294 <property name="draw_indicator">True</property>
295 <property name="group">automatic</property>
296 </object>
297 <packing>
298 <property name="expand">False</property>
299 <property name="fill">True</property>
300 <property name="position">1</property>
301 </packing>
302 </child>
303 <child>
304 <object class="GtkBox" id="box5">
305 <property name="visible">True</property>
306 <property name="can_focus">False</property>
307 <property name="spacing">12</property>
308 <child>
309 <object class="GtkRadioButton" id="columns">
310 <property name="label" translatable="yes" context="zoomdialog|columns">Columns:</property>
311 <property name="visible">True</property>
312 <property name="can_focus">True</property>
313 <property name="receives_default">False</property>
314 <property name="use_underline">True</property>
315 <property name="xalign">0</property>
316 <property name="draw_indicator">True</property>
317 <property name="group">automatic</property>
318 <accessibility>
319 <relation type="label-for" target="columnssb"/>
320 <relation type="label-for" target="bookmode"/>
321 </accessibility>
322 </object>
323 <packing>
324 <property name="expand">False</property>
325 <property name="fill">True</property>
326 <property name="position">0</property>
327 </packing>
328 </child>
329 <child>
330 <object class="GtkSpinButton" id="columnssb">
331 <property name="visible">True</property>
332 <property name="can_focus">True</property>
333 <property name="activates_default">True</property>
334 <property name="adjustment">adjustment1</property>
335 <accessibility>
336 <relation type="labelled-by" target="columns"/>
337 <relation type="member-of" target="columns"/>
338 </accessibility>
339 <child internal-child="accessible">
340 <object class="AtkObject" id="columnssb-atkobject">
341 <property name="AtkObject::accessible-name" translatable="yes" context="zoomdialog|columnssb-atkobject">Columns</property>
342 </object>
343 </child>
344 </object>
345 <packing>
346 <property name="expand">False</property>
347 <property name="fill">True</property>
348 <property name="position">1</property>
349 </packing>
350 </child>
351 </object>
352 <packing>
353 <property name="expand">False</property>
354 <property name="fill">True</property>
355 <property name="position">2</property>
356 </packing>
357 </child>
358 <child>
359 <object class="GtkAlignment" id="alignment3">
360 <property name="visible">True</property>
361 <property name="can_focus">False</property>
362 <property name="left_padding">12</property>
363 <child>
364 <object class="GtkCheckButton" id="bookmode">
365 <property name="label" translatable="yes" context="zoomdialog|bookmode">Book mode</property>
366 <property name="visible">True</property>
367 <property name="can_focus">True</property>
368 <property name="receives_default">False</property>
369 <property name="use_underline">True</property>
370 <property name="xalign">0</property>
371 <property name="draw_indicator">True</property>
372 <accessibility>
373 <relation type="labelled-by" target="columns"/>
374 <relation type="member-of" target="columns"/>
375 </accessibility>
376 </object>
377 </child>
378 </object>
379 <packing>
380 <property name="expand">False</property>
381 <property name="fill">True</property>
382 <property name="position">3</property>
383 </packing>
384 </child>
385 </object>
386 </child>
387 </object>
388 </child>
389 <child type="label">
390 <object class="GtkLabel" id="label1">
391 <property name="visible">True</property>
392 <property name="can_focus">False</property>
393 <property name="label" translatable="yes" context="zoomdialog|label1">View Layout</property>
394 <attributes>
395 <attribute name="weight" value="bold"/>
396 </attributes>
397 </object>
398 </child>
399 </object>
400 <packing>
401 <property name="expand">False</property>
402 <property name="fill">True</property>
403 <property name="position">1</property>
404 </packing>
405 </child>
406 </object>
407 <packing>
408 <property name="expand">False</property>
409 <property name="fill">True</property>
410 <property name="position">1</property>
411 </packing>
412 </child>
413 </object>
414 </child>
415 <action-widgets>
416 <action-widget response="-5">ok</action-widget>
417 <action-widget response="-6">cancel</action-widget>
418 <action-widget response="-11">help</action-widget>
419 </action-widgets>
420 <child>
421 <placeholder/>
422 </child>
423 </object>
424 </interface>