bump product version to 6.3.0.0.beta1
[LibreOffice.git] / cui / uiconfig / ui / pageformatpage.ui
blob61ae2fca7fe14a12d95d3f33563a41ee3d622c09
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.22.1 -->
3 <interface domain="cui">
4 <requires lib="gtk+" version="3.18"/>
5 <object class="GtkGrid" id="PageFormatPage">
6 <property name="visible">True</property>
7 <property name="can_focus">False</property>
8 <property name="valign">start</property>
9 <property name="hexpand">True</property>
10 <property name="border_width">6</property>
11 <property name="row_spacing">12</property>
12 <child>
13 <object class="GtkFrame" id="frame1">
14 <property name="visible">True</property>
15 <property name="can_focus">False</property>
16 <property name="hexpand">True</property>
17 <property name="label_xalign">0</property>
18 <property name="shadow_type">none</property>
19 <child>
20 <object class="GtkAlignment" id="alignment2">
21 <property name="visible">True</property>
22 <property name="can_focus">False</property>
23 <property name="hexpand">True</property>
24 <property name="top_padding">6</property>
25 <property name="left_padding">12</property>
26 <child>
27 <object class="GtkGrid" id="grid2">
28 <property name="visible">True</property>
29 <property name="can_focus">False</property>
30 <property name="hexpand">True</property>
31 <property name="row_spacing">6</property>
32 <property name="column_spacing">12</property>
33 <child>
34 <object class="GtkGrid" id="grid3">
35 <property name="visible">True</property>
36 <property name="can_focus">False</property>
37 <property name="hexpand">True</property>
38 <property name="row_spacing">6</property>
39 <property name="column_spacing">12</property>
40 <child>
41 <object class="GtkLabel" id="labelFormat">
42 <property name="visible">True</property>
43 <property name="can_focus">False</property>
44 <property name="label" translatable="yes" context="pageformatpage|labelFormat">_Format:</property>
45 <property name="use_underline">True</property>
46 <property name="mnemonic_widget">comboPageFormat</property>
47 <property name="xalign">0</property>
48 </object>
49 <packing>
50 <property name="left_attach">0</property>
51 <property name="top_attach">0</property>
52 </packing>
53 </child>
54 <child>
55 <object class="GtkComboBoxText" id="comboPageFormat">
56 <property name="visible">True</property>
57 <property name="can_focus">False</property>
58 </object>
59 <packing>
60 <property name="left_attach">1</property>
61 <property name="top_attach">0</property>
62 </packing>
63 </child>
64 <child>
65 <object class="GtkLabel" id="labelWidth">
66 <property name="visible">True</property>
67 <property name="can_focus">False</property>
68 <property name="label" translatable="yes" context="pageformatpage|labelWidth">_Width:</property>
69 <property name="use_underline">True</property>
70 <property name="mnemonic_widget">spinWidth</property>
71 <property name="xalign">0</property>
72 </object>
73 <packing>
74 <property name="left_attach">0</property>
75 <property name="top_attach">1</property>
76 </packing>
77 </child>
78 <child>
79 <object class="GtkSpinButton" id="spinWidth">
80 <property name="visible">True</property>
81 <property name="can_focus">True</property>
82 <property name="halign">start</property>
83 <property name="activates_default">True</property>
84 </object>
85 <packing>
86 <property name="left_attach">1</property>
87 <property name="top_attach">1</property>
88 </packing>
89 </child>
90 <child>
91 <object class="GtkLabel" id="labelHeight">
92 <property name="visible">True</property>
93 <property name="can_focus">False</property>
94 <property name="label" translatable="yes" context="pageformatpage|labelHeight">_Height:</property>
95 <property name="use_underline">True</property>
96 <property name="mnemonic_widget">spinHeight</property>
97 <property name="xalign">0</property>
98 </object>
99 <packing>
100 <property name="left_attach">0</property>
101 <property name="top_attach">2</property>
102 </packing>
103 </child>
104 <child>
105 <object class="GtkSpinButton" id="spinHeight">
106 <property name="visible">True</property>
107 <property name="can_focus">True</property>
108 <property name="halign">start</property>
109 <property name="activates_default">True</property>
110 </object>
111 <packing>
112 <property name="left_attach">1</property>
113 <property name="top_attach">2</property>
114 </packing>
115 </child>
116 <child>
117 <object class="GtkLabel" id="labelOrientation">
118 <property name="visible">True</property>
119 <property name="can_focus">False</property>
120 <property name="label" translatable="yes" context="pageformatpage|labelOrientation">_Orientation:</property>
121 <property name="use_underline">True</property>
122 <property name="mnemonic_widget">radiobuttonPortrait</property>
123 <property name="xalign">0</property>
124 </object>
125 <packing>
126 <property name="left_attach">0</property>
127 <property name="top_attach">3</property>
128 </packing>
129 </child>
130 <child>
131 <object class="GtkRadioButton" id="radiobuttonPortrait">
132 <property name="label" translatable="yes" context="pageformatpage|radiobuttonPortrait">_Portrait</property>
133 <property name="visible">True</property>
134 <property name="can_focus">True</property>
135 <property name="receives_default">False</property>
136 <property name="valign">center</property>
137 <property name="use_underline">True</property>
138 <property name="xalign">0</property>
139 <property name="active">True</property>
140 <property name="draw_indicator">True</property>
141 <accessibility>
142 <relation type="member-of" target="labelOrientation"/>
143 </accessibility>
144 </object>
145 <packing>
146 <property name="left_attach">1</property>
147 <property name="top_attach">3</property>
148 </packing>
149 </child>
150 <child>
151 <object class="GtkRadioButton" id="radiobuttonLandscape">
152 <property name="label" translatable="yes" context="pageformatpage|radiobuttonLandscape">L_andscape</property>
153 <property name="visible">True</property>
154 <property name="can_focus">True</property>
155 <property name="receives_default">False</property>
156 <property name="halign">start</property>
157 <property name="valign">center</property>
158 <property name="use_underline">True</property>
159 <property name="xalign">0</property>
160 <property name="draw_indicator">True</property>
161 <property name="group">radiobuttonPortrait</property>
162 <accessibility>
163 <relation type="member-of" target="labelOrientation"/>
164 </accessibility>
165 </object>
166 <packing>
167 <property name="left_attach">1</property>
168 <property name="top_attach">4</property>
169 </packing>
170 </child>
171 <child>
172 <object class="GtkLabel" id="labelTextFlow">
173 <property name="can_focus">False</property>
174 <property name="no_show_all">True</property>
175 <property name="label" translatable="yes" context="pageformatpage|labelTextFlow">_Text direction:</property>
176 <property name="use_underline">True</property>
177 <property name="mnemonic_widget">comboTextFlowBox</property>
178 <property name="xalign">0</property>
179 </object>
180 <packing>
181 <property name="left_attach">0</property>
182 <property name="top_attach">5</property>
183 </packing>
184 </child>
185 <child>
186 <object class="GtkComboBoxText" id="comboTextFlowBox">
187 <property name="can_focus">False</property>
188 <property name="no_show_all">True</property>
189 </object>
190 <packing>
191 <property name="left_attach">1</property>
192 <property name="top_attach">5</property>
193 </packing>
194 </child>
195 <child>
196 <placeholder/>
197 </child>
198 </object>
199 <packing>
200 <property name="left_attach">0</property>
201 <property name="top_attach">0</property>
202 </packing>
203 </child>
204 <child>
205 <object class="GtkAlignment" id="alignment1">
206 <property name="visible">True</property>
207 <property name="can_focus">False</property>
208 <property name="hexpand">True</property>
209 <property name="left_padding">12</property>
210 <child>
211 <object class="GtkGrid" id="grid4">
212 <property name="visible">True</property>
213 <property name="can_focus">False</property>
214 <property name="row_spacing">6</property>
215 <property name="column_spacing">12</property>
216 <child>
217 <object class="GtkDrawingArea" id="drawingareaPageDirection">
218 <property name="visible">True</property>
219 <property name="sensitive">False</property>
220 <property name="can_focus">False</property>
221 <property name="halign">center</property>
222 <property name="valign">center</property>
223 <property name="vexpand">True</property>
224 </object>
225 <packing>
226 <property name="left_attach">0</property>
227 <property name="top_attach">0</property>
228 <property name="width">2</property>
229 </packing>
230 </child>
231 <child>
232 <object class="GtkLabel" id="labelPaperTray">
233 <property name="visible">True</property>
234 <property name="can_focus">False</property>
235 <property name="hexpand">True</property>
236 <property name="label" translatable="yes" context="pageformatpage|labelPaperTray">Paper _tray:</property>
237 <property name="use_underline">True</property>
238 <property name="mnemonic_widget">comboPaperTray</property>
239 <property name="xalign">0</property>
240 </object>
241 <packing>
242 <property name="left_attach">0</property>
243 <property name="top_attach">1</property>
244 </packing>
245 </child>
246 <child>
247 <object class="GtkComboBoxText" id="comboPaperTray">
248 <property name="visible">True</property>
249 <property name="can_focus">False</property>
250 </object>
251 <packing>
252 <property name="left_attach">1</property>
253 <property name="top_attach">1</property>
254 </packing>
255 </child>
256 </object>
257 </child>
258 </object>
259 <packing>
260 <property name="left_attach">1</property>
261 <property name="top_attach">0</property>
262 </packing>
263 </child>
264 </object>
265 </child>
266 </object>
267 </child>
268 <child type="label">
269 <object class="GtkLabel" id="labelPaperFormat">
270 <property name="visible">True</property>
271 <property name="can_focus">False</property>
272 <property name="label" translatable="yes" context="pageformatpage|labelPaperFormat">Paper Format</property>
273 <attributes>
274 <attribute name="weight" value="bold"/>
275 </attributes>
276 </object>
277 </child>
278 </object>
279 <packing>
280 <property name="left_attach">0</property>
281 <property name="top_attach">0</property>
282 </packing>
283 </child>
284 <child>
285 <object class="GtkGrid" id="grid5">
286 <property name="visible">True</property>
287 <property name="can_focus">False</property>
288 <property name="hexpand">True</property>
289 <property name="row_spacing">12</property>
290 <property name="column_spacing">12</property>
291 <child>
292 <object class="GtkFrame" id="frame3">
293 <property name="visible">True</property>
294 <property name="can_focus">False</property>
295 <property name="hexpand">True</property>
296 <property name="label_xalign">0</property>
297 <property name="shadow_type">none</property>
298 <child>
299 <object class="GtkAlignment" id="alignment4">
300 <property name="visible">True</property>
301 <property name="can_focus">False</property>
302 <property name="hexpand">True</property>
303 <property name="top_padding">6</property>
304 <property name="left_padding">12</property>
305 <child>
306 <object class="GtkGrid" id="grid6">
307 <property name="visible">True</property>
308 <property name="can_focus">False</property>
309 <property name="hexpand">True</property>
310 <property name="row_spacing">6</property>
311 <property name="column_spacing">12</property>
312 <child>
313 <object class="GtkBox" id="box3">
314 <property name="visible">True</property>
315 <property name="can_focus">False</property>
316 <property name="valign">center</property>
317 <property name="orientation">vertical</property>
318 <child>
319 <object class="GtkLabel" id="labelLeftMargin">
320 <property name="can_focus">False</property>
321 <property name="label" translatable="yes" context="pageformatpage|labelLeftMargin">Left:</property>
322 <property name="use_underline">True</property>
323 <property name="mnemonic_widget">spinMargLeft</property>
324 <property name="xalign">0</property>
325 </object>
326 <packing>
327 <property name="expand">False</property>
328 <property name="fill">True</property>
329 <property name="position">0</property>
330 </packing>
331 </child>
332 <child>
333 <object class="GtkLabel" id="labelInner">
334 <property name="can_focus">False</property>
335 <property name="label" translatable="yes" context="pageformatpage|labelInner">I_nner:</property>
336 <property name="use_underline">True</property>
337 <property name="mnemonic_widget">spinMargLeft</property>
338 <property name="xalign">0</property>
339 </object>
340 <packing>
341 <property name="expand">False</property>
342 <property name="fill">True</property>
343 <property name="position">1</property>
344 </packing>
345 </child>
346 </object>
347 <packing>
348 <property name="left_attach">0</property>
349 <property name="top_attach">0</property>
350 </packing>
351 </child>
352 <child>
353 <object class="GtkSpinButton" id="spinMargLeft">
354 <property name="visible">True</property>
355 <property name="can_focus">True</property>
356 <property name="activates_default">True</property>
357 </object>
358 <packing>
359 <property name="left_attach">1</property>
360 <property name="top_attach">0</property>
361 </packing>
362 </child>
363 <child>
364 <object class="GtkBox" id="box2">
365 <property name="visible">True</property>
366 <property name="can_focus">False</property>
367 <property name="valign">center</property>
368 <property name="orientation">vertical</property>
369 <child>
370 <object class="GtkLabel" id="labelRightMargin">
371 <property name="can_focus">False</property>
372 <property name="label" translatable="yes" context="pageformatpage|labelRightMargin">Right:</property>
373 <property name="use_underline">True</property>
374 <property name="mnemonic_widget">spinMargRight</property>
375 <property name="xalign">0</property>
376 </object>
377 <packing>
378 <property name="expand">False</property>
379 <property name="fill">True</property>
380 <property name="position">0</property>
381 </packing>
382 </child>
383 <child>
384 <object class="GtkLabel" id="labelOuter">
385 <property name="can_focus">False</property>
386 <property name="label" translatable="yes" context="pageformatpage|labelOuter">O_uter:</property>
387 <property name="use_underline">True</property>
388 <property name="mnemonic_widget">spinMargRight</property>
389 <property name="xalign">0</property>
390 </object>
391 <packing>
392 <property name="expand">False</property>
393 <property name="fill">True</property>
394 <property name="position">1</property>
395 </packing>
396 </child>
397 </object>
398 <packing>
399 <property name="left_attach">0</property>
400 <property name="top_attach">1</property>
401 </packing>
402 </child>
403 <child>
404 <object class="GtkSpinButton" id="spinMargRight">
405 <property name="visible">True</property>
406 <property name="can_focus">True</property>
407 <property name="activates_default">True</property>
408 </object>
409 <packing>
410 <property name="left_attach">1</property>
411 <property name="top_attach">1</property>
412 </packing>
413 </child>
414 <child>
415 <object class="GtkLabel" id="labelTopMargin">
416 <property name="visible">True</property>
417 <property name="can_focus">False</property>
418 <property name="label" translatable="yes" context="pageformatpage|labelTopMargin">Top:</property>
419 <property name="use_underline">True</property>
420 <property name="mnemonic_widget">spinMargTop</property>
421 <property name="xalign">0</property>
422 </object>
423 <packing>
424 <property name="left_attach">0</property>
425 <property name="top_attach">2</property>
426 </packing>
427 </child>
428 <child>
429 <object class="GtkSpinButton" id="spinMargTop">
430 <property name="visible">True</property>
431 <property name="can_focus">True</property>
432 <property name="activates_default">True</property>
433 </object>
434 <packing>
435 <property name="left_attach">1</property>
436 <property name="top_attach">2</property>
437 </packing>
438 </child>
439 <child>
440 <object class="GtkLabel" id="labelBottomMargin">
441 <property name="visible">True</property>
442 <property name="can_focus">False</property>
443 <property name="label" translatable="yes" context="pageformatpage|labelBottomMargin">Bottom:</property>
444 <property name="use_underline">True</property>
445 <property name="mnemonic_widget">spinMargBot</property>
446 <property name="xalign">0</property>
447 </object>
448 <packing>
449 <property name="left_attach">0</property>
450 <property name="top_attach">3</property>
451 </packing>
452 </child>
453 <child>
454 <object class="GtkSpinButton" id="spinMargBot">
455 <property name="visible">True</property>
456 <property name="can_focus">True</property>
457 <property name="activates_default">True</property>
458 </object>
459 <packing>
460 <property name="left_attach">1</property>
461 <property name="top_attach">3</property>
462 </packing>
463 </child>
464 </object>
465 </child>
466 </object>
467 </child>
468 <child type="label">
469 <object class="GtkLabel" id="labelMargins">
470 <property name="visible">True</property>
471 <property name="can_focus">False</property>
472 <property name="label" translatable="yes" context="pageformatpage|labelMargins">Margins</property>
473 <attributes>
474 <attribute name="weight" value="bold"/>
475 </attributes>
476 </object>
477 </child>
478 </object>
479 <packing>
480 <property name="left_attach">0</property>
481 <property name="top_attach">0</property>
482 </packing>
483 </child>
484 <child>
485 <object class="GtkFrame" id="frame4">
486 <property name="visible">True</property>
487 <property name="can_focus">False</property>
488 <property name="hexpand">True</property>
489 <property name="label_xalign">0</property>
490 <property name="shadow_type">none</property>
491 <child>
492 <object class="GtkAlignment" id="alignment5">
493 <property name="visible">True</property>
494 <property name="can_focus">False</property>
495 <property name="hexpand">True</property>
496 <property name="top_padding">6</property>
497 <property name="left_padding">12</property>
498 <child>
499 <object class="GtkGrid" id="grid7">
500 <property name="visible">True</property>
501 <property name="can_focus">False</property>
502 <property name="row_spacing">6</property>
503 <property name="column_spacing">12</property>
504 <child>
505 <object class="GtkLabel" id="labelPageLayout">
506 <property name="visible">True</property>
507 <property name="can_focus">False</property>
508 <property name="hexpand">True</property>
509 <property name="label" translatable="yes" context="pageformatpage|labelPageLayout">_Page layout:</property>
510 <property name="use_underline">True</property>
511 <property name="mnemonic_widget">comboPageLayout</property>
512 <property name="xalign">0</property>
513 </object>
514 <packing>
515 <property name="left_attach">0</property>
516 <property name="top_attach">0</property>
517 </packing>
518 </child>
519 <child>
520 <object class="GtkLabel" id="label4">
521 <property name="visible">True</property>
522 <property name="can_focus">False</property>
523 <property name="hexpand">True</property>
524 <property name="label" translatable="yes" context="pageformatpage|label4">Page numbers:</property>
525 <property name="use_underline">True</property>
526 <property name="mnemonic_widget">comboLayoutFormat</property>
527 <property name="xalign">0</property>
528 </object>
529 <packing>
530 <property name="left_attach">0</property>
531 <property name="top_attach">1</property>
532 </packing>
533 </child>
534 <child>
535 <object class="GtkCheckButton" id="checkRegisterTrue">
536 <property name="label" translatable="yes" context="pageformatpage|checkRegisterTrue">Register-tr_ue</property>
537 <property name="can_focus">True</property>
538 <property name="receives_default">False</property>
539 <property name="no_show_all">True</property>
540 <property name="use_underline">True</property>
541 <property name="xalign">0</property>
542 <property name="draw_indicator">True</property>
543 </object>
544 <packing>
545 <property name="left_attach">0</property>
546 <property name="top_attach">2</property>
547 <property name="width">2</property>
548 </packing>
549 </child>
550 <child>
551 <object class="GtkAlignment" id="alignment8">
552 <property name="visible">True</property>
553 <property name="can_focus">False</property>
554 <property name="left_padding">12</property>
555 <child>
556 <object class="GtkBox" id="box1">
557 <property name="visible">True</property>
558 <property name="can_focus">False</property>
559 <property name="orientation">vertical</property>
560 <property name="spacing">6</property>
561 <child>
562 <object class="GtkLabel" id="labelRegisterStyle">
563 <property name="can_focus">False</property>
564 <property name="no_show_all">True</property>
565 <property name="label" translatable="yes" context="pageformatpage|labelRegisterStyle">Reference _Style:</property>
566 <property name="use_underline">True</property>
567 <property name="mnemonic_widget">comboRegisterStyle</property>
568 <property name="xalign">0</property>
569 </object>
570 <packing>
571 <property name="expand">False</property>
572 <property name="fill">True</property>
573 <property name="position">0</property>
574 </packing>
575 </child>
576 <child>
577 <object class="GtkComboBoxText" id="comboRegisterStyle">
578 <property name="can_focus">False</property>
579 <property name="no_show_all">True</property>
580 </object>
581 <packing>
582 <property name="expand">False</property>
583 <property name="fill">True</property>
584 <property name="position">1</property>
585 </packing>
586 </child>
587 </object>
588 </child>
589 </object>
590 <packing>
591 <property name="left_attach">0</property>
592 <property name="top_attach">3</property>
593 <property name="width">2</property>
594 </packing>
595 </child>
596 <child>
597 <object class="GtkComboBoxText" id="comboPageLayout">
598 <property name="visible">True</property>
599 <property name="can_focus">False</property>
600 <items>
601 <item translatable="yes" context="pageformatpage|liststorePageLayout">Right and left</item>
602 <item translatable="yes" context="pageformatpage|liststorePageLayout">Mirrored</item>
603 <item translatable="yes" context="pageformatpage|liststorePageLayout">Only right</item>
604 <item translatable="yes" context="pageformatpage|liststorePageLayout">Only left</item>
605 </items>
606 </object>
607 <packing>
608 <property name="left_attach">1</property>
609 <property name="top_attach">0</property>
610 </packing>
611 </child>
612 <child>
613 <object class="GtkComboBoxText" id="comboLayoutFormat">
614 <property name="visible">True</property>
615 <property name="can_focus">False</property>
616 </object>
617 <packing>
618 <property name="left_attach">1</property>
619 <property name="top_attach">1</property>
620 </packing>
621 </child>
622 <child>
623 <object class="GtkLabel" id="labelTblAlign">
624 <property name="can_focus">False</property>
625 <property name="no_show_all">True</property>
626 <property name="hexpand">True</property>
627 <property name="label" translatable="yes" context="pageformatpage|labelTblAlign">Table alignment:</property>
628 <property name="use_underline">True</property>
629 <property name="mnemonic_widget">checkbuttonHorz</property>
630 <property name="xalign">0</property>
631 </object>
632 <packing>
633 <property name="left_attach">0</property>
634 <property name="top_attach">4</property>
635 </packing>
636 </child>
637 <child>
638 <object class="GtkCheckButton" id="checkbuttonHorz">
639 <property name="label" translatable="yes" context="pageformatpage|checkbuttonHorz">Hori_zontal</property>
640 <property name="can_focus">True</property>
641 <property name="receives_default">False</property>
642 <property name="no_show_all">True</property>
643 <property name="use_underline">True</property>
644 <property name="xalign">0</property>
645 <property name="draw_indicator">True</property>
646 </object>
647 <packing>
648 <property name="left_attach">1</property>
649 <property name="top_attach">4</property>
650 </packing>
651 </child>
652 <child>
653 <object class="GtkCheckButton" id="checkbuttonVert">
654 <property name="label" translatable="yes" context="pageformatpage|checkbuttonVert">_Vertical</property>
655 <property name="can_focus">True</property>
656 <property name="receives_default">False</property>
657 <property name="no_show_all">True</property>
658 <property name="use_underline">True</property>
659 <property name="xalign">0</property>
660 <property name="draw_indicator">True</property>
661 </object>
662 <packing>
663 <property name="left_attach">1</property>
664 <property name="top_attach">5</property>
665 </packing>
666 </child>
667 <child>
668 <object class="GtkCheckButton" id="checkAdaptBox">
669 <property name="label" translatable="yes" context="pageformatpage|checkAdaptBox">_Fit object to paper format</property>
670 <property name="can_focus">True</property>
671 <property name="receives_default">False</property>
672 <property name="no_show_all">True</property>
673 <property name="hexpand">True</property>
674 <property name="relief">none</property>
675 <property name="use_underline">True</property>
676 <property name="xalign">0</property>
677 <property name="draw_indicator">True</property>
678 </object>
679 <packing>
680 <property name="left_attach">0</property>
681 <property name="top_attach">6</property>
682 <property name="width">2</property>
683 </packing>
684 </child>
685 <child>
686 <placeholder/>
687 </child>
688 </object>
689 </child>
690 </object>
691 </child>
692 <child type="label">
693 <object class="GtkLabel" id="label5">
694 <property name="visible">True</property>
695 <property name="can_focus">False</property>
696 <property name="label" translatable="yes" context="pageformatpage|label5">Layout Settings</property>
697 <attributes>
698 <attribute name="weight" value="bold"/>
699 </attributes>
700 </object>
701 </child>
702 </object>
703 <packing>
704 <property name="left_attach">1</property>
705 <property name="top_attach">0</property>
706 </packing>
707 </child>
708 </object>
709 <packing>
710 <property name="left_attach">0</property>
711 <property name="top_attach">1</property>
712 </packing>
713 </child>
714 <child>
715 <object class="GtkLabel" id="labelMsg">
716 <property name="can_focus">False</property>
717 <property name="label" translatable="yes" context="pageformatpage|labelMsg">The margin settings are out of print range.
719 Do you still want to apply these settings?</property>
720 </object>
721 <packing>
722 <property name="left_attach">0</property>
723 <property name="top_attach">2</property>
724 </packing>
725 </child>
726 </object>
727 <object class="GtkSizeGroup" id="sizegroup1">
728 <property name="ignore_hidden">True</property>
729 <widgets>
730 <widget name="grid3"/>
731 <widget name="grid6"/>
732 </widgets>
733 </object>
734 <object class="GtkSizeGroup" id="sizegroup2">
735 <property name="ignore_hidden">True</property>
736 <widgets>
737 <widget name="grid4"/>
738 <widget name="grid7"/>
739 </widgets>
740 </object>
741 <object class="GtkSizeGroup" id="sizegroup4">
742 <property name="ignore_hidden">True</property>
743 <widgets>
744 <widget name="comboPaperTray"/>
745 <widget name="comboPageLayout"/>
746 <widget name="comboLayoutFormat"/>
747 <widget name="checkbuttonHorz"/>
748 <widget name="checkbuttonVert"/>
749 </widgets>
750 </object>
751 <object class="GtkSizeGroup" id="sizegroup5">
752 <property name="ignore_hidden">True</property>
753 <widgets>
754 <widget name="labelPaperTray"/>
755 <widget name="labelPageLayout"/>
756 <widget name="label4"/>
757 <widget name="labelTblAlign"/>
758 </widgets>
759 </object>
760 <object class="GtkSizeGroup" id="sizegroup6">
761 <property name="ignore_hidden">True</property>
762 <widgets>
763 <widget name="labelFormat"/>
764 <widget name="labelWidth"/>
765 <widget name="labelHeight"/>
766 <widget name="labelOrientation"/>
767 <widget name="labelTextFlow"/>
768 <widget name="labelTopMargin"/>
769 <widget name="labelBottomMargin"/>
770 <widget name="box2"/>
771 <widget name="box3"/>
772 </widgets>
773 </object>
774 </interface>