android: Update app-specific/MIME type icons
[LibreOffice.git] / cui / uiconfig / ui / bulletandposition.ui
blob020329a41b25c7688debdde78f54ab1568011879
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.38.2 -->
3 <interface domain="cui">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkAdjustment" id="adjustment1">
6 <property name="upper">19.989999999999998</property>
7 <property name="step-increment">0.05</property>
8 <property name="page-increment">1</property>
9 </object>
10 <object class="GtkAdjustment" id="adjustment2">
11 <property name="upper">65535</property>
12 <property name="step-increment">1</property>
13 <property name="page-increment">10</property>
14 </object>
15 <object class="GtkAdjustment" id="adjustment4">
16 <property name="lower">1</property>
17 <property name="upper">400</property>
18 <property name="step-increment">1</property>
19 <property name="page-increment">10</property>
20 </object>
21 <object class="GtkAdjustment" id="adjustment5">
22 <property name="upper">19.989999999999998</property>
23 <property name="step-increment">0.05</property>
24 <property name="page-increment">1</property>
25 </object>
26 <object class="GtkAdjustment" id="adjustment6">
27 <property name="lower">-19.989999999999998</property>
28 <property name="upper">19.989999999999998</property>
29 <property name="step-increment">0.05</property>
30 <property name="page-increment">10</property>
31 </object>
32 <object class="GtkAdjustment" id="adjustment7">
33 <property name="upper">19.989999999999998</property>
34 <property name="step-increment">0.05</property>
35 <property name="page-increment">10</property>
36 </object>
37 <object class="GtkMenu" id="bitmapmenu">
38 <property name="visible">True</property>
39 <property name="can-focus">False</property>
40 <child>
41 <object class="GtkMenuItem" id="fromfile">
42 <property name="visible">True</property>
43 <property name="can-focus">False</property>
44 <property name="label" translatable="yes" context="bulletandposition|fromfile">From file...</property>
45 <property name="use-underline">True</property>
46 </object>
47 </child>
48 <child>
49 <object class="GtkMenuItem" id="gallery">
50 <property name="visible">True</property>
51 <property name="can-focus">False</property>
52 <property name="label" translatable="yes" context="bulletandposition|gallery">Gallery</property>
53 <property name="use-underline">True</property>
54 <child type="submenu">
55 <object class="GtkMenu" id="gallerysubmenu">
56 <property name="visible">True</property>
57 <property name="can-focus">False</property>
58 </object>
59 </child>
60 </object>
61 </child>
62 </object>
63 <object class="GtkImage" id="image1">
64 <property name="visible">True</property>
65 <property name="can-focus">False</property>
66 <property name="icon-name">cmd/sc_alignleft.png</property>
67 </object>
68 <object class="GtkImage" id="image2">
69 <property name="visible">True</property>
70 <property name="can-focus">False</property>
71 <property name="icon-name">cmd/sc_alignhorizontalcenter.png</property>
72 </object>
73 <object class="GtkImage" id="image3">
74 <property name="visible">True</property>
75 <property name="can-focus">False</property>
76 <property name="icon-name">cmd/sc_alignright.png</property>
77 </object>
78 <object class="GtkTreeStore" id="liststore1">
79 <columns>
80 <!-- column-name text -->
81 <column type="gchararray"/>
82 <!-- column-name id -->
83 <column type="gchararray"/>
84 </columns>
85 </object>
86 <object class="GtkDialog" id="BulletAndPosition">
87 <property name="can-focus">False</property>
88 <property name="border-width">6</property>
89 <property name="title" translatable="yes" context="bulletandposition|DrawPRTLDialog">Bullets and Numbering</property>
90 <property name="modal">True</property>
91 <property name="default-width">0</property>
92 <property name="default-height">0</property>
93 <property name="type-hint">dialog</property>
94 <child internal-child="vbox">
95 <object class="GtkBox" id="dialog-vbox1">
96 <property name="can-focus">False</property>
97 <property name="orientation">vertical</property>
98 <property name="spacing">12</property>
99 <child internal-child="action_area">
100 <object class="GtkButtonBox" id="dialog-action_area1">
101 <property name="can-focus">False</property>
102 <property name="layout-style">end</property>
103 <child>
104 <object class="GtkButton" id="reset">
105 <property name="label" translatable="yes" context="stock">_Reset</property>
106 <property name="visible">True</property>
107 <property name="can-focus">True</property>
108 <property name="receives-default">True</property>
109 <property name="use-underline">True</property>
110 </object>
111 <packing>
112 <property name="expand">False</property>
113 <property name="fill">True</property>
114 <property name="position">0</property>
115 </packing>
116 </child>
117 <child>
118 <object class="GtkButton" id="ok">
119 <property name="label" translatable="yes" context="stock">_OK</property>
120 <property name="visible">True</property>
121 <property name="can-focus">True</property>
122 <property name="can-default">True</property>
123 <property name="has-default">True</property>
124 <property name="receives-default">True</property>
125 <property name="use-underline">True</property>
126 </object>
127 <packing>
128 <property name="expand">False</property>
129 <property name="fill">True</property>
130 <property name="position">1</property>
131 </packing>
132 </child>
133 <child>
134 <object class="GtkButton" id="cancel">
135 <property name="label" translatable="yes" context="stock">_Cancel</property>
136 <property name="visible">True</property>
137 <property name="can-focus">True</property>
138 <property name="receives-default">True</property>
139 <property name="use-underline">True</property>
140 </object>
141 <packing>
142 <property name="expand">False</property>
143 <property name="fill">True</property>
144 <property name="position">2</property>
145 </packing>
146 </child>
147 <child>
148 <object class="GtkButton" id="help">
149 <property name="label" translatable="yes" context="stock">_Help</property>
150 <property name="visible">True</property>
151 <property name="can-focus">True</property>
152 <property name="receives-default">True</property>
153 <property name="use-underline">True</property>
154 </object>
155 <packing>
156 <property name="expand">False</property>
157 <property name="fill">True</property>
158 <property name="position">3</property>
159 <property name="secondary">True</property>
160 </packing>
161 </child>
162 </object>
163 <packing>
164 <property name="expand">False</property>
165 <property name="fill">True</property>
166 <property name="pack-type">end</property>
167 <property name="position">0</property>
168 </packing>
169 </child>
170 <child>
171 <object class="GtkBox" id="NumberingOptionsPage">
172 <property name="visible">True</property>
173 <property name="can-focus">False</property>
174 <property name="spacing">12</property>
175 <child>
176 <object class="GtkFrame" id="frame1">
177 <property name="visible">True</property>
178 <property name="can-focus">False</property>
179 <property name="label-xalign">0</property>
180 <property name="shadow-type">none</property>
181 <child>
182 <object class="GtkScrolledWindow">
183 <property name="visible">True</property>
184 <property name="can-focus">True</property>
185 <property name="margin-top">6</property>
186 <property name="hscrollbar-policy">never</property>
187 <property name="vscrollbar-policy">never</property>
188 <property name="shadow-type">in</property>
189 <child>
190 <object class="GtkTreeView" id="levellb">
191 <property name="visible">True</property>
192 <property name="can-focus">True</property>
193 <property name="model">liststore1</property>
194 <property name="headers-visible">False</property>
195 <property name="headers-clickable">False</property>
196 <property name="search-column">0</property>
197 <property name="show-expanders">False</property>
198 <property name="width-request">75</property>
199 <child internal-child="selection">
200 <object class="GtkTreeSelection"/>
201 </child>
202 <child>
203 <object class="GtkTreeViewColumn" id="treeviewcolumn1">
204 <child>
205 <object class="GtkCellRendererText" id="cellrenderertext1"/>
206 <attributes>
207 <attribute name="text">0</attribute>
208 </attributes>
209 </child>
210 </object>
211 </child>
212 </object>
213 </child>
214 </object>
215 </child>
216 <child type="label">
217 <object class="GtkLabel" id="label1">
218 <property name="visible">True</property>
219 <property name="can-focus">False</property>
220 <property name="label" translatable="yes" context="bulletandposition|label1">Level</property>
221 <attributes>
222 <attribute name="weight" value="bold"/>
223 </attributes>
224 </object>
225 </child>
226 </object>
227 <packing>
228 <property name="expand">False</property>
229 <property name="fill">True</property>
230 <property name="position">0</property>
231 </packing>
232 </child>
233 <child>
234 <object class="GtkBox" id="box1">
235 <property name="visible">True</property>
236 <property name="can-focus">False</property>
237 <property name="hexpand">True</property>
238 <property name="orientation">vertical</property>
239 <property name="spacing">6</property>
240 <child>
241 <object class="GtkFrame" id="properties">
242 <property name="visible">True</property>
243 <property name="can-focus">False</property>
244 <property name="label-xalign">0</property>
245 <property name="shadow-type">none</property>
246 <child>
247 <object class="GtkBox" id="box2">
248 <property name="visible">True</property>
249 <property name="can-focus">False</property>
250 <property name="margin-start">12</property>
251 <property name="margin-top">6</property>
252 <property name="orientation">vertical</property>
253 <child>
254 <!-- n-columns=2 n-rows=5 -->
255 <object class="GtkGrid" id="grid3">
256 <property name="visible">True</property>
257 <property name="can-focus">False</property>
258 <property name="row-spacing">3</property>
259 <property name="column-spacing">6</property>
260 <child>
261 <object class="GtkLabel" id="label4">
262 <property name="visible">True</property>
263 <property name="can-focus">False</property>
264 <property name="label" translatable="yes" context="bulletandposition|label4">Type:</property>
265 <property name="use-underline">True</property>
266 <property name="mnemonic-widget">numfmtlb</property>
267 <property name="xalign">0</property>
268 </object>
269 <packing>
270 <property name="left-attach">0</property>
271 <property name="top-attach">0</property>
272 </packing>
273 </child>
274 <child>
275 <object class="GtkComboBoxText" id="numfmtlb">
276 <property name="visible">True</property>
277 <property name="can-focus">False</property>
278 <child internal-child="accessible">
279 <object class="AtkObject" id="numfmtlb-atkobject">
280 <property name="AtkObject::accessible-description" translatable="yes" context="bulletandposition|extended_tip|numfmtlb">Select the level(s) that you want to modify. To apply the options to all the levels, select “1-10”.</property>
281 </object>
282 </child>
283 </object>
284 <packing>
285 <property name="left-attach">1</property>
286 <property name="top-attach">0</property>
287 </packing>
288 </child>
289 <child>
290 <object class="GtkLabel" id="startatft">
291 <property name="visible">True</property>
292 <property name="can-focus">False</property>
293 <property name="label" translatable="yes" context="bulletandposition|startatft">Start at:</property>
294 <property name="use-underline">True</property>
295 <property name="mnemonic-widget">startat</property>
296 <property name="xalign">0</property>
297 </object>
298 <packing>
299 <property name="left-attach">0</property>
300 <property name="top-attach">4</property>
301 </packing>
302 </child>
303 <child>
304 <object class="GtkSpinButton" id="startat">
305 <property name="visible">True</property>
306 <property name="can-focus">True</property>
307 <property name="halign">start</property>
308 <property name="activates-default">True</property>
309 <property name="text" translatable="yes" context="bulletandposition|startat">1</property>
310 <property name="truncate-multiline">True</property>
311 <property name="adjustment">adjustment2</property>
312 <property name="value">1</property>
313 <child internal-child="accessible">
314 <object class="AtkObject" id="startat-atkobject">
315 <property name="AtkObject::accessible-description" translatable="yes" context="bulletandposition|extended_tip|startat">For ordered lists, select the value of first item of the list.</property>
316 </object>
317 </child>
318 </object>
319 <packing>
320 <property name="left-attach">1</property>
321 <property name="top-attach">4</property>
322 </packing>
323 </child>
324 <child>
325 <object class="GtkLabel" id="bulletft">
326 <property name="visible">True</property>
327 <property name="can-focus">False</property>
328 <property name="label" translatable="yes" context="bulletandposition|bulletft">Character:</property>
329 <property name="use-underline">True</property>
330 <property name="mnemonic-widget">bullet</property>
331 <property name="xalign">0</property>
332 </object>
333 <packing>
334 <property name="left-attach">0</property>
335 <property name="top-attach">1</property>
336 </packing>
337 </child>
338 <child>
339 <object class="GtkButton" id="bullet">
340 <property name="label" translatable="yes" context="bulletandposition|bullet">Select...</property>
341 <property name="visible">True</property>
342 <property name="can-focus">True</property>
343 <property name="receives-default">True</property>
344 <child internal-child="accessible">
345 <object class="AtkObject" id="bullet-atkobject">
346 <property name="AtkObject::accessible-description" translatable="yes" context="bulletandposition|extended_tip|bullet">Select the character for the unordered list.</property>
347 </object>
348 </child>
349 </object>
350 <packing>
351 <property name="left-attach">1</property>
352 <property name="top-attach">1</property>
353 </packing>
354 </child>
355 <child>
356 <object class="GtkMenuButton" id="bitmap">
357 <property name="label" translatable="yes" context="bulletandposition|bitmap">Select image...</property>
358 <property name="visible">True</property>
359 <property name="can-focus">True</property>
360 <property name="receives-default">True</property>
361 <property name="xalign">0</property>
362 <property name="draw-indicator">True</property>
363 <property name="popup">bitmapmenu</property>
364 <child>
365 <placeholder/>
366 </child>
367 <child internal-child="accessible">
368 <object class="AtkObject" id="bitmap-atkobject">
369 <property name="AtkObject::accessible-description" translatable="yes" context="bulletandposition|extended_tip|bitmap">Select a graphic bullet.</property>
370 </object>
371 </child>
372 </object>
373 <packing>
374 <property name="left-attach">1</property>
375 <property name="top-attach">3</property>
376 </packing>
377 </child>
378 <child>
379 <object class="GtkLabel" id="colorft">
380 <property name="visible">True</property>
381 <property name="can-focus">False</property>
382 <property name="label" translatable="yes" context="bulletandposition|colorft">Color:</property>
383 <property name="use-underline">True</property>
384 <property name="mnemonic-widget">color</property>
385 <property name="xalign">0</property>
386 </object>
387 <packing>
388 <property name="left-attach">0</property>
389 <property name="top-attach">2</property>
390 </packing>
391 </child>
392 <child>
393 <object class="GtkMenuButton" id="color">
394 <property name="visible">True</property>
395 <property name="can-focus">True</property>
396 <property name="receives-default">False</property>
397 <property name="xalign">0</property>
398 <property name="draw-indicator">True</property>
399 <property name="label" translatable="no"></property>
400 <child>
401 <placeholder/>
402 </child>
403 <child internal-child="accessible">
404 <object class="AtkObject" id="color-atkobject">
405 <property name="AtkObject::accessible-description" translatable="yes" context="bulletandposition|extended_tip|color">Select the color of the list characters for ordered and unordered lists.</property>
406 </object>
407 </child>
408 </object>
409 <packing>
410 <property name="left-attach">1</property>
411 <property name="top-attach">2</property>
412 </packing>
413 </child>
414 <child>
415 <placeholder/>
416 </child>
417 </object>
418 <packing>
419 <property name="expand">False</property>
420 <property name="fill">True</property>
421 <property name="position">0</property>
422 </packing>
423 </child>
424 </object>
425 </child>
426 <child type="label">
427 <object class="GtkLabel" id="label2">
428 <property name="visible">True</property>
429 <property name="can-focus">False</property>
430 <property name="label" translatable="yes" context="bulletandposition|label2">Properties</property>
431 <attributes>
432 <attribute name="weight" value="bold"/>
433 </attributes>
434 </object>
435 </child>
436 </object>
437 <packing>
438 <property name="expand">False</property>
439 <property name="fill">True</property>
440 <property name="position">0</property>
441 </packing>
442 </child>
443 <child>
444 <object class="GtkFrame" id="beforeafter">
445 <property name="visible">True</property>
446 <property name="can-focus">False</property>
447 <property name="label-xalign">0</property>
448 <property name="shadow-type">none</property>
449 <child>
450 <!-- n-columns=2 n-rows=2 -->
451 <object class="GtkGrid">
452 <property name="visible">True</property>
453 <property name="can-focus">False</property>
454 <property name="margin-start">12</property>
455 <property name="margin-top">6</property>
456 <property name="row-spacing">3</property>
457 <property name="column-spacing">6</property>
458 <child>
459 <object class="GtkLabel" id="prefixft">
460 <property name="visible">True</property>
461 <property name="can-focus">False</property>
462 <property name="label" translatable="yes" context="bulletandposition|prefixft">Before:</property>
463 <property name="use-underline">True</property>
464 <property name="mnemonic-widget">prefix</property>
465 <property name="xalign">0</property>
466 </object>
467 <packing>
468 <property name="left-attach">0</property>
469 <property name="top-attach">0</property>
470 </packing>
471 </child>
472 <child>
473 <object class="GtkLabel" id="suffixft">
474 <property name="visible">True</property>
475 <property name="can-focus">False</property>
476 <property name="label" translatable="yes" context="bulletandposition|suffixft">After:</property>
477 <property name="use-underline">True</property>
478 <property name="mnemonic-widget">suffix</property>
479 <property name="xalign">0</property>
480 </object>
481 <packing>
482 <property name="left-attach">0</property>
483 <property name="top-attach">1</property>
484 </packing>
485 </child>
486 <child>
487 <object class="GtkEntry" id="suffix">
488 <property name="visible">True</property>
489 <property name="can-focus">True</property>
490 <property name="activates-default">True</property>
491 <property name="truncate-multiline">True</property>
492 <child internal-child="accessible">
493 <object class="AtkObject" id="suffix-atkobject">
494 <property name="AtkObject::accessible-description" translatable="yes" context="bulletandposition|extended_tip|suffix">Enter the text to display after the numbering.</property>
495 </object>
496 </child>
497 </object>
498 <packing>
499 <property name="left-attach">1</property>
500 <property name="top-attach">1</property>
501 </packing>
502 </child>
503 <child>
504 <object class="GtkEntry" id="prefix">
505 <property name="visible">True</property>
506 <property name="can-focus">True</property>
507 <property name="activates-default">True</property>
508 <property name="truncate-multiline">True</property>
509 <child internal-child="accessible">
510 <object class="AtkObject" id="prefix-atkobject">
511 <property name="AtkObject::accessible-description" translatable="yes" context="bulletandposition|extended_tip|prefix">Enter the text to display before the numbering.</property>
512 </object>
513 </child>
514 </object>
515 <packing>
516 <property name="left-attach">1</property>
517 <property name="top-attach">0</property>
518 </packing>
519 </child>
520 </object>
521 </child>
522 <child type="label">
523 <object class="GtkLabel" id="beforeafter1">
524 <property name="visible">True</property>
525 <property name="can-focus">False</property>
526 <property name="label" translatable="yes" context="bulletandposition|beforeafter">Separator</property>
527 <attributes>
528 <attribute name="weight" value="bold"/>
529 </attributes>
530 </object>
531 </child>
532 </object>
533 <packing>
534 <property name="expand">False</property>
535 <property name="fill">True</property>
536 <property name="position">1</property>
537 </packing>
538 </child>
539 <child>
540 <object class="GtkFrame" id="colorb">
541 <property name="visible">True</property>
542 <property name="can-focus">False</property>
543 <property name="label-xalign">0</property>
544 <property name="shadow-type">none</property>
545 <child>
546 <!-- n-columns=2 n-rows=2 -->
547 <object class="GtkGrid" id="grid2">
548 <property name="visible">True</property>
549 <property name="can-focus">False</property>
550 <property name="margin-start">12</property>
551 <property name="margin-top">6</property>
552 <property name="row-spacing">3</property>
553 <property name="column-spacing">6</property>
554 <child>
555 <object class="GtkBox" id="whbox">
556 <property name="visible">True</property>
557 <property name="can-focus">False</property>
558 <property name="orientation">vertical</property>
559 <child>
560 <!-- n-columns=2 n-rows=2 -->
561 <object class="GtkGrid">
562 <property name="visible">True</property>
563 <property name="can-focus">False</property>
564 <property name="row-spacing">3</property>
565 <property name="column-spacing">6</property>
566 <child>
567 <object class="GtkLabel" id="widthft">
568 <property name="visible">True</property>
569 <property name="can-focus">False</property>
570 <property name="label" translatable="yes" context="bulletandposition|widthft">Width:</property>
571 <property name="use-underline">True</property>
572 <property name="mnemonic-widget">widthmf</property>
573 <property name="xalign">0</property>
574 </object>
575 <packing>
576 <property name="left-attach">0</property>
577 <property name="top-attach">0</property>
578 </packing>
579 </child>
580 <child>
581 <object class="GtkLabel" id="heightft">
582 <property name="visible">True</property>
583 <property name="can-focus">False</property>
584 <property name="label" translatable="yes" context="bulletandposition|heightft">Height:</property>
585 <property name="use-underline">True</property>
586 <property name="mnemonic-widget">heightmf</property>
587 <property name="xalign">0</property>
588 </object>
589 <packing>
590 <property name="left-attach">0</property>
591 <property name="top-attach">1</property>
592 </packing>
593 </child>
594 <child>
595 <object class="GtkSpinButton" id="widthmf">
596 <property name="visible">True</property>
597 <property name="can-focus">True</property>
598 <property name="activates-default">True</property>
599 <property name="truncate-multiline">True</property>
600 <property name="adjustment">adjustment1</property>
601 <property name="digits">2</property>
602 <child internal-child="accessible">
603 <object class="AtkObject" id="widthmf-atkobject">
604 <property name="AtkObject::accessible-description" translatable="yes" context="bulletandposition|extended_tip|widthmf"> Enter the width of the graphic bullet character. </property>
605 </object>
606 </child>
607 </object>
608 <packing>
609 <property name="left-attach">1</property>
610 <property name="top-attach">0</property>
611 </packing>
612 </child>
613 <child>
614 <object class="GtkSpinButton" id="heightmf">
615 <property name="visible">True</property>
616 <property name="can-focus">True</property>
617 <property name="activates-default">True</property>
618 <property name="truncate-multiline">True</property>
619 <property name="adjustment">adjustment5</property>
620 <property name="digits">2</property>
621 <child internal-child="accessible">
622 <object class="AtkObject" id="heightmf-atkobject">
623 <property name="AtkObject::accessible-description" translatable="yes" context="bulletandposition|extended_tip|heightmf"> Enter the height of the graphic bullet character. </property>
624 </object>
625 </child>
626 </object>
627 <packing>
628 <property name="left-attach">1</property>
629 <property name="top-attach">1</property>
630 </packing>
631 </child>
632 </object>
633 <packing>
634 <property name="expand">False</property>
635 <property name="fill">True</property>
636 <property name="position">0</property>
637 </packing>
638 </child>
639 </object>
640 <packing>
641 <property name="left-attach">0</property>
642 <property name="top-attach">0</property>
643 <property name="width">2</property>
644 </packing>
645 </child>
646 <child>
647 <!-- n-columns=2 n-rows=2 -->
648 <object class="GtkGrid">
649 <property name="visible">True</property>
650 <property name="can-focus">False</property>
651 <property name="column-spacing">6</property>
652 <child>
653 <object class="GtkSpinButton" id="relsize">
654 <property name="visible">True</property>
655 <property name="can-focus">True</property>
656 <property name="activates-default">True</property>
657 <property name="text" translatable="yes" context="bulletandposition|relsize">100</property>
658 <property name="truncate-multiline">True</property>
659 <property name="adjustment">adjustment4</property>
660 <property name="value">100</property>
661 <child internal-child="accessible">
662 <object class="AtkObject" id="relsize-atkobject">
663 <property name="AtkObject::accessible-description" translatable="yes" context="bulletandposition|extended_tip|relsize">For character unordered and ordered lists, set the relative size of the list character. The relative size applies to the Before and After text as well.</property>
664 </object>
665 </child>
666 </object>
667 <packing>
668 <property name="left-attach">1</property>
669 <property name="top-attach">0</property>
670 </packing>
671 </child>
672 <child>
673 <object class="GtkLabel" id="relsizeft">
674 <property name="visible">True</property>
675 <property name="can-focus">False</property>
676 <property name="label" translatable="yes" context="bulletandposition|relsizeft">_Rel. size:</property>
677 <property name="use-underline">True</property>
678 <property name="mnemonic-widget">relsize</property>
679 <property name="xalign">0</property>
680 </object>
681 <packing>
682 <property name="left-attach">0</property>
683 <property name="top-attach">0</property>
684 </packing>
685 </child>
686 <child>
687 <object class="GtkBox" id="keepratiobox">
688 <property name="visible">True</property>
689 <property name="can-focus">False</property>
690 <property name="valign">center</property>
691 <property name="orientation">vertical</property>
692 <child>
693 <object class="GtkCheckButton" id="keepratio">
694 <property name="label" translatable="yes" context="bulletandposition|keepratio">Keep ratio</property>
695 <property name="visible">True</property>
696 <property name="can-focus">True</property>
697 <property name="receives-default">False</property>
698 <property name="use-underline">True</property>
699 <property name="draw-indicator">True</property>
700 <child internal-child="accessible">
701 <object class="AtkObject" id="keepratio-atkobject">
702 <property name="AtkObject::accessible-description" translatable="yes" context="bulletandposition|extended_tip|keepratio">Check this box to preserve the height-to-width ratio of the graphic bullet.</property>
703 </object>
704 </child>
705 </object>
706 <packing>
707 <property name="expand">False</property>
708 <property name="fill">True</property>
709 <property name="position">1</property>
710 </packing>
711 </child>
712 </object>
713 <packing>
714 <property name="left-attach">1</property>
715 <property name="top-attach">1</property>
716 </packing>
717 </child>
718 <child>
719 <placeholder/>
720 </child>
721 </object>
722 <packing>
723 <property name="left-attach">0</property>
724 <property name="top-attach">1</property>
725 <property name="width">2</property>
726 </packing>
727 </child>
728 </object>
729 </child>
730 <child type="label">
731 <object class="GtkLabel" id="size">
732 <property name="visible">True</property>
733 <property name="can-focus">False</property>
734 <property name="label" translatable="yes" context="bulletandposition|beforeafter">Size</property>
735 <attributes>
736 <attribute name="weight" value="bold"/>
737 </attributes>
738 </object>
739 </child>
740 </object>
741 <packing>
742 <property name="expand">False</property>
743 <property name="fill">True</property>
744 <property name="position">2</property>
745 </packing>
746 </child>
747 <child>
748 <object class="GtkFrame" id="positions">
749 <property name="visible">True</property>
750 <property name="can-focus">False</property>
751 <property name="label-xalign">0</property>
752 <property name="shadow-type">none</property>
753 <child>
754 <!-- n-columns=2 n-rows=4 -->
755 <object class="GtkGrid">
756 <property name="visible">True</property>
757 <property name="can-focus">False</property>
758 <property name="margin-start">12</property>
759 <property name="margin-top">6</property>
760 <property name="row-spacing">3</property>
761 <property name="column-spacing">6</property>
762 <child>
763 <object class="GtkLabel" id="indent">
764 <property name="visible">True</property>
765 <property name="can-focus">False</property>
766 <property name="label" translatable="yes" context="bulletandposition|indent">Indent:</property>
767 <property name="use-underline">True</property>
768 <property name="mnemonic-widget">indentmf</property>
769 <property name="xalign">0</property>
770 </object>
771 <packing>
772 <property name="left-attach">0</property>
773 <property name="top-attach">0</property>
774 </packing>
775 </child>
776 <child>
777 <object class="GtkLabel" id="numberingwidth">
778 <property name="visible">True</property>
779 <property name="can-focus">False</property>
780 <property name="label" translatable="yes" context="bulletandposition|numberingwidth">Width:</property>
781 <property name="use-underline">True</property>
782 <property name="mnemonic-widget">numberingwidthmf</property>
783 <property name="xalign">0</property>
784 </object>
785 <packing>
786 <property name="left-attach">0</property>
787 <property name="top-attach">1</property>
788 </packing>
789 </child>
790 <child>
791 <object class="GtkSpinButton" id="indentmf">
792 <property name="visible">True</property>
793 <property name="can-focus">True</property>
794 <property name="activates-default">True</property>
795 <property name="text" translatable="yes" context="bulletandposition|indentmf">0.00</property>
796 <property name="truncate-multiline">True</property>
797 <property name="adjustment">adjustment6</property>
798 <property name="digits">2</property>
799 <child internal-child="accessible">
800 <object class="AtkObject" id="indentmf-atkobject">
801 <property name="AtkObject::accessible-description" translatable="yes" context="bulletandposition|extended_tip|indentmf">Enter the distance from the left edge of the containing object to the start of all lines in the list.</property>
802 </object>
803 </child>
804 </object>
805 <packing>
806 <property name="left-attach">1</property>
807 <property name="top-attach">0</property>
808 </packing>
809 </child>
810 <child>
811 <object class="GtkSpinButton" id="numberingwidthmf">
812 <property name="visible">True</property>
813 <property name="can-focus">True</property>
814 <property name="activates-default">True</property>
815 <property name="text" translatable="yes" context="bulletandposition|numberingwidthmf">0.00</property>
816 <property name="truncate-multiline">True</property>
817 <property name="adjustment">adjustment7</property>
818 <property name="digits">2</property>
819 <child internal-child="accessible">
820 <object class="AtkObject" id="numberingwidthmf-atkobject">
821 <property name="AtkObject::accessible-description" translatable="yes" context="bulletandposition|extended_tip|numberingwidthmf"> Enter or select the width of the list element. </property>
822 </object>
823 </child>
824 </object>
825 <packing>
826 <property name="left-attach">1</property>
827 <property name="top-attach">1</property>
828 </packing>
829 </child>
830 <child>
831 <object class="GtkCheckButton" id="relative">
832 <property name="label" translatable="yes" context="bulletandposition|relative">Relati_ve</property>
833 <property name="visible">True</property>
834 <property name="can-focus">True</property>
835 <property name="receives-default">False</property>
836 <property name="use-underline">True</property>
837 <property name="draw-indicator">True</property>
838 <child internal-child="accessible">
839 <object class="AtkObject" id="relative-atkobject">
840 <property name="AtkObject::accessible-description" translatable="yes" context="bulletandposition|extended_tip|relative">Relative to the upper list level. The entered value is added to that of this field in the level before. If “Indent: 20mm” on list level 1 and “Indent: 10mm Relative” on list level 2 will result in an effective indent of 30mm for level 2.</property>
841 </object>
842 </child>
843 </object>
844 <packing>
845 <property name="left-attach">1</property>
846 <property name="top-attach">2</property>
847 </packing>
848 </child>
849 <child>
850 <!-- n-columns=3 n-rows=1 -->
851 <object class="GtkGrid" id="alignmentgr">
852 <property name="visible">True</property>
853 <property name="can-focus">False</property>
854 <property name="column-spacing">6</property>
855 <child>
856 <object class="GtkToggleButton" id="center">
857 <property name="visible">True</property>
858 <property name="can-focus">True</property>
859 <property name="receives-default">True</property>
860 <property name="image">image2</property>
861 <property name="always-show-image">True</property>
862 <child internal-child="accessible">
863 <object class="AtkObject" id="center-atkobject">
864 <property name="AtkObject::accessible-description" translatable="yes" context="bulletandposition|extended_tip|center">Align bullet on the center of the list element.</property>
865 </object>
866 </child>
867 </object>
868 <packing>
869 <property name="left-attach">1</property>
870 <property name="top-attach">0</property>
871 </packing>
872 </child>
873 <child>
874 <object class="GtkToggleButton" id="left">
875 <property name="visible">True</property>
876 <property name="can-focus">True</property>
877 <property name="receives-default">True</property>
878 <property name="image">image1</property>
879 <property name="always-show-image">True</property>
880 <child internal-child="accessible">
881 <object class="AtkObject" id="left-atkobject">
882 <property name="AtkObject::accessible-name" translatable="yes" context="bulletandposition|extended_tip|left">Align bullet on the left of the list element.</property>
883 </object>
884 </child>
885 </object>
886 <packing>
887 <property name="left-attach">0</property>
888 <property name="top-attach">0</property>
889 </packing>
890 </child>
891 <child>
892 <object class="GtkToggleButton" id="right">
893 <property name="visible">True</property>
894 <property name="can-focus">True</property>
895 <property name="receives-default">True</property>
896 <property name="image">image3</property>
897 <property name="always-show-image">True</property>
898 <child internal-child="accessible">
899 <object class="AtkObject" id="right-atkobject">
900 <property name="AtkObject::accessible-description" translatable="yes" context="bulletandposition|extended_tip|right">Align bullet on the right of the list element.</property>
901 </object>
902 </child>
903 </object>
904 <packing>
905 <property name="left-attach">2</property>
906 <property name="top-attach">0</property>
907 </packing>
908 </child>
909 </object>
910 <packing>
911 <property name="left-attach">1</property>
912 <property name="top-attach">3</property>
913 </packing>
914 </child>
915 <child>
916 <object class="GtkLabel" id="ALlabel">
917 <property name="visible">True</property>
918 <property name="can-focus">False</property>
919 <property name="label" translatable="yes" context="bulletandposition|ALlabel">Alignment:</property>
920 <property name="mnemonic-widget">left</property>
921 <property name="xalign">0</property>
922 </object>
923 <packing>
924 <property name="left-attach">0</property>
925 <property name="top-attach">3</property>
926 </packing>
927 </child>
928 <child>
929 <placeholder/>
930 </child>
931 </object>
932 </child>
933 <child type="label">
934 <object class="GtkLabel" id="position">
935 <property name="visible">True</property>
936 <property name="can-focus">False</property>
937 <property name="label" translatable="yes" context="bulletandposition|position">Position</property>
938 <attributes>
939 <attribute name="weight" value="bold"/>
940 </attributes>
941 </object>
942 </child>
943 </object>
944 <packing>
945 <property name="expand">False</property>
946 <property name="fill">True</property>
947 <property name="position">3</property>
948 </packing>
949 </child>
950 <child>
951 <object class="GtkFrame" id="scope">
952 <property name="visible">True</property>
953 <property name="can-focus">False</property>
954 <property name="label-xalign">0</property>
955 <property name="shadow-type">none</property>
956 <child>
957 <!-- n-columns=2 n-rows=2 -->
958 <object class="GtkGrid">
959 <property name="visible">True</property>
960 <property name="can-focus">False</property>
961 <property name="margin-start">12</property>
962 <property name="margin-top">6</property>
963 <property name="row-spacing">3</property>
964 <property name="column-spacing">6</property>
965 <child>
966 <object class="GtkRadioButton" id="sliderb">
967 <property name="label" translatable="yes" context="bulletandposition|sliderb">Slide</property>
968 <property name="visible">True</property>
969 <property name="can-focus">True</property>
970 <property name="receives-default">False</property>
971 <property name="active">True</property>
972 <property name="draw-indicator">True</property>
973 <child internal-child="accessible">
974 <object class="AtkObject" id="sliderb-atkobject">
975 <property name="AtkObject::accessible-description" translatable="yes" context="bulletandposition|extended_tip|sliderb">Applies the modification to the whole slide or page.</property>
976 </object>
977 </child>
978 </object>
979 <packing>
980 <property name="left-attach">0</property>
981 <property name="top-attach">0</property>
982 </packing>
983 </child>
984 <child>
985 <object class="GtkRadioButton" id="selectionrb">
986 <property name="label" translatable="yes" context="bulletandposition|selectionrb">Selection</property>
987 <property name="visible">True</property>
988 <property name="can-focus">True</property>
989 <property name="receives-default">False</property>
990 <property name="draw-indicator">True</property>
991 <property name="group">sliderb</property>
992 <child internal-child="accessible">
993 <object class="AtkObject" id="selectionrb-atkobject">
994 <property name="AtkObject::accessible-description" translatable="yes" context="bulletandposition|extended_tip|left">Applies the modification to the selection.</property>
995 </object>
996 </child>
997 </object>
998 <packing>
999 <property name="left-attach">0</property>
1000 <property name="top-attach">1</property>
1001 </packing>
1002 </child>
1003 <child>
1004 <object class="GtkToggleButton" id="applytomaster">
1005 <property name="label" translatable="yes" context="bulletandposition|applytomaster">Apply to Master</property>
1006 <property name="visible">True</property>
1007 <property name="can-focus">True</property>
1008 <property name="receives-default">True</property>
1009 <property name="valign">center</property>
1010 <child internal-child="accessible">
1011 <object class="AtkObject" id="applytomaster-atkobject">
1012 <property name="AtkObject::accessible-description" translatable="yes" context="bulletandposition|extended_tip|applytomaster">Click to apply the modification to all slides that use the current master slide.</property>
1013 </object>
1014 </child>
1015 </object>
1016 <packing>
1017 <property name="left-attach">1</property>
1018 <property name="top-attach">0</property>
1019 <property name="height">2</property>
1020 </packing>
1021 </child>
1022 </object>
1023 </child>
1024 <child type="label">
1025 <object class="GtkLabel" id="scopelb">
1026 <property name="visible">True</property>
1027 <property name="can-focus">False</property>
1028 <property name="label" translatable="yes" context="bulletandposition|scopelb">Scope</property>
1029 <attributes>
1030 <attribute name="weight" value="bold"/>
1031 </attributes>
1032 </object>
1033 </child>
1034 </object>
1035 <packing>
1036 <property name="expand">False</property>
1037 <property name="fill">True</property>
1038 <property name="position">4</property>
1039 </packing>
1040 </child>
1041 </object>
1042 <packing>
1043 <property name="expand">False</property>
1044 <property name="fill">True</property>
1045 <property name="position">1</property>
1046 </packing>
1047 </child>
1048 <child>
1049 <object class="GtkFrame" id="frame3">
1050 <property name="visible">True</property>
1051 <property name="can-focus">False</property>
1052 <property name="label-xalign">0</property>
1053 <property name="shadow-type">none</property>
1054 <child>
1055 <object class="GtkBox">
1056 <property name="visible">True</property>
1057 <property name="can-focus">False</property>
1058 <child>
1059 <object class="GtkScrolledWindow">
1060 <property name="visible">True</property>
1061 <property name="can-focus">True</property>
1062 <property name="hscrollbar-policy">never</property>
1063 <property name="vscrollbar-policy">never</property>
1064 <property name="shadow-type">in</property>
1065 <child>
1066 <object class="GtkViewport">
1067 <property name="visible">True</property>
1068 <property name="can-focus">False</property>
1069 <child>
1070 <object class="GtkDrawingArea" id="preview">
1071 <property name="width-request">150</property>
1072 <property name="visible">True</property>
1073 <property name="can-focus">False</property>
1074 </object>
1075 </child>
1076 </object>
1077 </child>
1078 </object>
1079 <packing>
1080 <property name="expand">True</property>
1081 <property name="fill">True</property>
1082 <property name="position">0</property>
1083 </packing>
1084 </child>
1085 </object>
1086 </child>
1087 <child type="label">
1088 <object class="GtkLabel">
1089 <property name="visible">True</property>
1090 <property name="can-focus">False</property>
1091 <property name="label" translatable="yes" context="bulletandposition|label">Preview</property>
1092 <attributes>
1093 <attribute name="weight" value="bold"/>
1094 </attributes>
1095 </object>
1096 </child>
1097 </object>
1098 <packing>
1099 <property name="expand">False</property>
1100 <property name="fill">True</property>
1101 <property name="position">2</property>
1102 </packing>
1103 </child>
1104 </object>
1105 <packing>
1106 <property name="expand">True</property>
1107 <property name="fill">True</property>
1108 <property name="position">1</property>
1109 </packing>
1110 </child>
1111 </object>
1112 </child>
1113 <action-widgets>
1114 <action-widget response="101">reset</action-widget>
1115 <action-widget response="-5">ok</action-widget>
1116 <action-widget response="-6">cancel</action-widget>
1117 <action-widget response="-11">help</action-widget>
1118 </action-widgets>
1119 </object>
1120 <object class="GtkSizeGroup" id="sizegroupLabel">
1121 <widgets>
1122 <widget name="label4"/>
1123 <widget name="bulletft"/>
1124 <widget name="startatft"/>
1125 <widget name="colorft"/>
1126 <widget name="prefixft"/>
1127 <widget name="suffixft"/>
1128 <widget name="widthft"/>
1129 <widget name="heightft"/>
1130 <widget name="relsizeft"/>
1131 <widget name="indent"/>
1132 <widget name="numberingwidth"/>
1133 <widget name="ALlabel"/>
1134 <widget name="sliderb"/>
1135 <widget name="selectionrb"/>
1136 </widgets>
1137 </object>
1138 <object class="GtkSizeGroup" id="sizegroupSpin">
1139 <widgets>
1140 <widget name="startat"/>
1141 <widget name="suffix"/>
1142 <widget name="prefix"/>
1143 <widget name="widthmf"/>
1144 <widget name="heightmf"/>
1145 <widget name="relsize"/>
1146 <widget name="indentmf"/>
1147 <widget name="numberingwidthmf"/>
1148 </widgets>
1149 </object>
1150 </interface>