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