tdf#147611: fix indices
[LibreOffice.git] / cui / uiconfig / ui / paragalignpage.ui
blob70fab84cc46b9f2ce645dc3a438002c33e1727f7
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.22.1 -->
3 <interface domain="cui">
4 <requires lib="gtk+" version="3.20"/>
5 <!-- n-columns=1 n-rows=1 -->
6 <object class="GtkGrid" id="ParaAlignPage">
7 <property name="visible">True</property>
8 <property name="can_focus">False</property>
9 <property name="valign">start</property>
10 <property name="hexpand">True</property>
11 <property name="border_width">6</property>
12 <property name="row_spacing">12</property>
13 <property name="column_spacing">24</property>
14 <child>
15 <object class="GtkScrolledWindow">
16 <property name="visible">True</property>
17 <property name="can_focus">False</property>
18 <property name="halign">end</property>
19 <property name="valign">start</property>
20 <property name="hexpand">True</property>
21 <property name="hscrollbar_policy">never</property>
22 <property name="vscrollbar_policy">never</property>
23 <property name="shadow_type">in</property>
24 <property name="margin-top">24</property>
25 <child>
26 <object class="GtkViewport">
27 <property name="visible">True</property>
28 <property name="can_focus">False</property>
29 <child>
30 <object class="GtkDrawingArea" id="drawingareaWN_EXAMPLE">
31 <property name="visible">True</property>
32 <property name="can_focus">False</property>
33 <property name="halign">center</property>
34 <property name="valign">start</property>
35 <child internal-child="accessible">
36 <object class="AtkObject" id="drawingareaWN_EXAMPLE-atkobject">
37 <property name="AtkObject::accessible-name" translatable="yes" context="paragalignpage|drawingareaWN_EXAMPLE-atkobject">Example</property>
38 </object>
39 </child>
40 </object>
41 </child>
42 </object>
43 </child>
44 </object>
45 <packing>
46 <property name="left_attach">1</property>
47 <property name="top_attach">0</property>
48 </packing>
49 </child>
50 <child>
51 <!-- n-columns=1 n-rows=1 -->
52 <object class="GtkGrid" id="maingrid">
53 <property name="visible">True</property>
54 <property name="can_focus">False</property>
55 <property name="halign">start</property>
56 <property name="valign">start</property>
57 <property name="hexpand">True</property>
58 <property name="vexpand">True</property>
59 <property name="row_spacing">12</property>
60 <child>
61 <object class="GtkFrame" id="frame1">
62 <property name="visible">True</property>
63 <property name="can_focus">False</property>
64 <property name="label_xalign">0</property>
65 <property name="shadow_type">none</property>
66 <child>
67 <!-- n-columns=1 n-rows=1 -->
68 <object class="GtkGrid" id="grid2">
69 <property name="visible">True</property>
70 <property name="can_focus">False</property>
71 <property name="row_spacing">3</property>
72 <property name="margin-start">12</property>
73 <property name="margin-top">6</property>
74 <child>
75 <object class="GtkRadioButton" id="radioBTN_LEFTALIGN">
76 <property name="label" translatable="yes" context="paragalignpage|radioBTN_LEFTALIGN">_Left</property>
77 <property name="visible">True</property>
78 <property name="can_focus">True</property>
79 <property name="receives_default">False</property>
80 <property name="use_underline">True</property>
81 <property name="active">True</property>
82 <property name="draw_indicator">True</property>
83 </object>
84 <packing>
85 <property name="left_attach">0</property>
86 <property name="top_attach">0</property>
87 </packing>
88 </child>
89 <child>
90 <object class="GtkRadioButton" id="radioBTN_RIGHTALIGN">
91 <property name="label" translatable="yes" context="paragalignpage|radioBTN_RIGHTALIGN">_Right</property>
92 <property name="visible">True</property>
93 <property name="can_focus">True</property>
94 <property name="receives_default">False</property>
95 <property name="use_underline">True</property>
96 <property name="draw_indicator">True</property>
97 <property name="group">radioBTN_LEFTALIGN</property>
98 </object>
99 <packing>
100 <property name="left_attach">0</property>
101 <property name="top_attach">1</property>
102 </packing>
103 </child>
104 <child>
105 <object class="GtkRadioButton" id="radioBTN_CENTERALIGN">
106 <property name="label" translatable="yes" context="paragalignpage|radioBTN_CENTERALIGN">_Center</property>
107 <property name="visible">True</property>
108 <property name="can_focus">True</property>
109 <property name="receives_default">False</property>
110 <property name="use_underline">True</property>
111 <property name="draw_indicator">True</property>
112 <property name="group">radioBTN_LEFTALIGN</property>
113 </object>
114 <packing>
115 <property name="left_attach">0</property>
116 <property name="top_attach">2</property>
117 </packing>
118 </child>
119 <child>
120 <object class="GtkRadioButton" id="radioBTN_JUSTIFYALIGN">
121 <property name="label" translatable="yes" context="paragalignpage|radioBTN_JUSTIFYALIGN">_Justified</property>
122 <property name="visible">True</property>
123 <property name="can_focus">True</property>
124 <property name="receives_default">False</property>
125 <property name="use_underline">True</property>
126 <property name="draw_indicator">True</property>
127 <property name="group">radioBTN_LEFTALIGN</property>
128 </object>
129 <packing>
130 <property name="left_attach">0</property>
131 <property name="top_attach">3</property>
132 </packing>
133 </child>
134 <child>
135 <object class="GtkCheckButton" id="checkCB_EXPAND">
136 <property name="label" translatable="yes" context="paragalignpage|checkCB_EXPAND">_Expand single word</property>
137 <property name="visible">True</property>
138 <property name="can_focus">True</property>
139 <property name="receives_default">False</property>
140 <property name="margin-start">22</property>
141 <property name="use_underline">True</property>
142 <property name="draw_indicator">True</property>
143 </object>
144 <packing>
145 <property name="left_attach">0</property>
146 <property name="top_attach">5</property>
147 </packing>
148 </child>
149 <child>
150 <object class="GtkCheckButton" id="checkCB_SNAP">
151 <property name="label" translatable="yes" context="paragalignpage|checkCB_SNAP">_Snap to text grid (if active)</property>
152 <property name="visible">True</property>
153 <property name="can_focus">True</property>
154 <property name="receives_default">False</property>
155 <property name="margin-start">22</property>
156 <property name="use_underline">True</property>
157 <property name="draw_indicator">True</property>
158 </object>
159 <packing>
160 <property name="left_attach">0</property>
161 <property name="top_attach">6</property>
162 </packing>
163 </child>
164 <child>
165 <object class="GtkBox" id="box5">
166 <property name="visible">True</property>
167 <property name="can_focus">False</property>
168 <property name="homogeneous">True</property>
169 <child>
170 <object class="GtkLabel" id="labelST_RIGHTALIGN_ASIAN">
171 <property name="can_focus">False</property>
172 <property name="label" translatable="yes" context="paragalignpage|labelST_RIGHTALIGN_ASIAN">Righ_t/Bottom</property>
173 <property name="use_underline">True</property>
174 </object>
175 <packing>
176 <property name="expand">False</property>
177 <property name="fill">True</property>
178 <property name="position">0</property>
179 </packing>
180 </child>
181 <child>
182 <object class="GtkLabel" id="labelST_LEFTALIGN_ASIAN">
183 <property name="can_focus">False</property>
184 <property name="label" translatable="yes" context="paragalignpage|labelST_LEFTALIGN_ASIAN">_Left/Top</property>
185 <property name="use_underline">True</property>
186 </object>
187 <packing>
188 <property name="expand">False</property>
189 <property name="fill">True</property>
190 <property name="position">1</property>
191 </packing>
192 </child>
193 </object>
194 <packing>
195 <property name="left_attach">0</property>
196 <property name="top_attach">7</property>
197 </packing>
198 </child>
199 <child>
200 <object class="GtkBox" id="box4">
201 <property name="visible">True</property>
202 <property name="can_focus">False</property>
203 <property name="spacing">6</property>
204 <property name="margin-start">18</property>
205 <child>
206 <object class="GtkLabel" id="labelLB_LASTLINE">
207 <property name="visible">True</property>
208 <property name="can_focus">False</property>
209 <property name="label" translatable="yes" context="paragalignpage|labelLB_LASTLINE">_Last line:</property>
210 <property name="use_underline">True</property>
211 <property name="mnemonic_widget">comboLB_LASTLINE</property>
212 <property name="xalign">0</property>
213 </object>
214 <packing>
215 <property name="expand">False</property>
216 <property name="fill">True</property>
217 <property name="position">0</property>
218 </packing>
219 </child>
220 <child>
221 <object class="GtkComboBoxText" id="comboLB_LASTLINE">
222 <property name="visible">True</property>
223 <property name="can_focus">False</property>
224 <property name="active">0</property>
225 <items>
226 <item id="0" translatable="yes" context="paragalignpage|liststoreLB_LASTLINE">Start</item>
227 <item id="1" translatable="yes" context="paragalignpage|liststoreLB_LASTLINE">Start</item>
228 <item id="2" translatable="yes" context="paragalignpage|liststoreLB_LASTLINE">Centered</item>
229 <item id="3" translatable="yes" context="paragalignpage|liststoreLB_LASTLINE">Justified</item>
230 </items>
231 </object>
232 <packing>
233 <property name="expand">False</property>
234 <property name="fill">True</property>
235 <property name="position">1</property>
236 </packing>
237 </child>
238 </object>
239 <packing>
240 <property name="left_attach">0</property>
241 <property name="top_attach">4</property>
242 </packing>
243 </child>
244 </object>
245 </child>
246 <child type="label">
247 <object class="GtkLabel" id="label1">
248 <property name="visible">True</property>
249 <property name="can_focus">False</property>
250 <property name="label" translatable="yes" context="paragalignpage|label1">Options</property>
251 <attributes>
252 <attribute name="weight" value="bold"/>
253 </attributes>
254 </object>
255 </child>
256 </object>
257 <packing>
258 <property name="left_attach">0</property>
259 <property name="top_attach">0</property>
260 </packing>
261 </child>
262 <child>
263 <object class="GtkFrame" id="frameFL_VERTALIGN">
264 <property name="visible">True</property>
265 <property name="can_focus">False</property>
266 <property name="label_xalign">0</property>
267 <property name="shadow_type">none</property>
268 <child>
269 <object class="GtkBox" id="box2">
270 <property name="visible">True</property>
271 <property name="can_focus">False</property>
272 <property name="spacing">6</property>
273 <property name="margin-start">12</property>
274 <property name="margin-top">6</property>
275 <child>
276 <object class="GtkLabel" id="labelFT_VERTALIGN">
277 <property name="visible">True</property>
278 <property name="can_focus">False</property>
279 <property name="label" translatable="yes" context="paragalignpage|labelFT_VERTALIGN">_Alignment:</property>
280 <property name="use_underline">True</property>
281 <property name="mnemonic_widget">comboLB_VERTALIGN</property>
282 <property name="xalign">0</property>
283 </object>
284 <packing>
285 <property name="expand">False</property>
286 <property name="fill">True</property>
287 <property name="position">0</property>
288 </packing>
289 </child>
290 <child>
291 <object class="GtkComboBoxText" id="comboLB_VERTALIGN">
292 <property name="visible">True</property>
293 <property name="can_focus">False</property>
294 <property name="active">0</property>
295 <items>
296 <item id="0" translatable="yes" context="paragalignpage|liststoreLB_VERTALIGN">Automatic</item>
297 <item id="1" translatable="yes" context="paragalignpage|liststoreLB_VERTALIGN">Base line</item>
298 <item id="2" translatable="yes" context="paragalignpage|liststoreLB_VERTALIGN">Top</item>
299 <item id="3" translatable="yes" context="paragalignpage|liststoreLB_VERTALIGN">Middle</item>
300 <item id="4" translatable="yes" context="paragalignpage|liststoreLB_VERTALIGN">Bottom</item>
301 </items>
302 </object>
303 <packing>
304 <property name="expand">False</property>
305 <property name="fill">True</property>
306 <property name="position">1</property>
307 </packing>
308 </child>
309 </object>
310 </child>
311 <child type="label">
312 <object class="GtkLabel" id="labelFL_VERTALIGN">
313 <property name="visible">True</property>
314 <property name="can_focus">False</property>
315 <property name="label" translatable="yes" context="paragalignpage|labelFL_VERTALIGN">Text-to-text</property>
316 <attributes>
317 <attribute name="weight" value="bold"/>
318 </attributes>
319 </object>
320 </child>
321 </object>
322 <packing>
323 <property name="left_attach">0</property>
324 <property name="top_attach">1</property>
325 </packing>
326 </child>
327 <child>
328 <object class="GtkFrame" id="framePROPERTIES">
329 <property name="visible">True</property>
330 <property name="can_focus">False</property>
331 <property name="label_xalign">0</property>
332 <property name="shadow_type">none</property>
333 <child>
334 <object class="GtkBox" id="box3">
335 <property name="visible">True</property>
336 <property name="can_focus">False</property>
337 <property name="spacing">6</property>
338 <property name="margin-start">12</property>
339 <property name="margin-top">6</property>
340 <child>
341 <object class="GtkLabel" id="label2">
342 <property name="visible">True</property>
343 <property name="can_focus">False</property>
344 <property name="label" translatable="yes" context="paragalignpage|label2">_Text direction:</property>
345 <property name="use_underline">True</property>
346 <property name="mnemonic_widget">comboLB_TEXTDIRECTION</property>
347 <property name="xalign">0</property>
348 </object>
349 <packing>
350 <property name="expand">False</property>
351 <property name="fill">True</property>
352 <property name="position">0</property>
353 </packing>
354 </child>
355 <child>
356 <object class="GtkComboBoxText" id="comboLB_TEXTDIRECTION">
357 <property name="visible">True</property>
358 <property name="can_focus">False</property>
359 </object>
360 <packing>
361 <property name="expand">False</property>
362 <property name="fill">True</property>
363 <property name="position">1</property>
364 </packing>
365 </child>
366 </object>
367 </child>
368 <child type="label">
369 <object class="GtkLabel" id="labelFL_PROPERTIES">
370 <property name="visible">True</property>
371 <property name="can_focus">False</property>
372 <property name="label" translatable="yes" context="paragalignpage|labelFL_PROPERTIES">Properties</property>
373 <attributes>
374 <attribute name="weight" value="bold"/>
375 </attributes>
376 </object>
377 </child>
378 </object>
379 <packing>
380 <property name="left_attach">0</property>
381 <property name="top_attach">2</property>
382 </packing>
383 </child>
384 </object>
385 <packing>
386 <property name="left_attach">0</property>
387 <property name="top_attach">0</property>
388 </packing>
389 </child>
390 </object>
391 <object class="GtkSizeGroup" id="sizegroup1">
392 <widgets>
393 <widget name="labelFT_VERTALIGN"/>
394 <widget name="label2"/>
395 </widgets>
396 </object>
397 <object class="GtkSizeGroup" id="sizegroup2">
398 <widgets>
399 <widget name="comboLB_VERTALIGN"/>
400 <widget name="comboLB_TEXTDIRECTION"/>
401 </widgets>
402 </object>
403 </interface>