Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / sw / uiconfig / swriter / ui / footnoteareapage.ui
blob2ff598640f58d8244fce4622430581fd1320cbac
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.36.0 -->
3 <interface domain="sw">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkAdjustment" id="adjustment1">
6 <property name="lower">0.5</property>
7 <property name="upper">999.99</property>
8 <property name="value">2</property>
9 <property name="step_increment">1</property>
10 <property name="page_increment">10</property>
11 </object>
12 <object class="GtkAdjustment" id="adjustment2">
13 <property name="upper">999</property>
14 <property name="value">0.1</property>
15 <property name="step_increment">1</property>
16 <property name="page_increment">10</property>
17 </object>
18 <object class="GtkAdjustment" id="adjustment3">
19 <property name="upper">9</property>
20 <property name="value">0.25</property>
21 <property name="step_increment">1</property>
22 <property name="page_increment">10</property>
23 </object>
24 <object class="GtkAdjustment" id="adjustment4">
25 <property name="upper">100</property>
26 <property name="value">100</property>
27 <property name="step_increment">1</property>
28 <property name="page_increment">10</property>
29 </object>
30 <object class="GtkAdjustment" id="adjustment5">
31 <property name="upper">999.99</property>
32 <property name="value">0.1</property>
33 <property name="step_increment">1</property>
34 <property name="page_increment">10</property>
35 </object>
36 <object class="GtkBox" id="FootnoteAreaPage">
37 <property name="visible">True</property>
38 <property name="can_focus">False</property>
39 <property name="border_width">6</property>
40 <property name="orientation">vertical</property>
41 <property name="spacing">12</property>
42 <child>
43 <object class="GtkFrame" id="frame1">
44 <property name="visible">True</property>
45 <property name="can_focus">False</property>
46 <property name="label_xalign">0</property>
47 <property name="shadow_type">none</property>
48 <child>
49 <!-- n-columns=1 n-rows=1 -->
50 <object class="GtkGrid" id="grid1">
51 <property name="visible">True</property>
52 <property name="can_focus">False</property>
53 <property name="row_spacing">6</property>
54 <property name="column_spacing">12</property>
55 <property name="margin-start">12</property>
56 <property name="margin-top">6</property>
57 <child>
58 <object class="GtkRadioButton" id="maxheightpage">
59 <property name="label" translatable="yes" context="footnoteareapage|maxheightpage">_Not larger than page area</property>
60 <property name="visible">True</property>
61 <property name="can_focus">True</property>
62 <property name="receives_default">False</property>
63 <property name="use_underline">True</property>
64 <property name="active">True</property>
65 <property name="draw_indicator">True</property>
66 <child internal-child="accessible">
67 <object class="AtkObject" id="maxheightpage-atkobject">
68 <property name="AtkObject::accessible-description" translatable="yes" context="footnoteareapage|extended_tip|maxheightpage">Automatically adjusts the height of the footnote area depending on the number of footnotes.</property>
69 </object>
70 </child>
71 </object>
72 <packing>
73 <property name="left_attach">0</property>
74 <property name="top_attach">0</property>
75 <property name="width">2</property>
76 </packing>
77 </child>
78 <child>
79 <object class="GtkRadioButton" id="maxheight">
80 <property name="label" translatable="yes" context="footnoteareapage|maxheight">Maximum footnote _height</property>
81 <property name="visible">True</property>
82 <property name="can_focus">True</property>
83 <property name="receives_default">False</property>
84 <property name="use_underline">True</property>
85 <property name="draw_indicator">True</property>
86 <property name="group">maxheightpage</property>
87 <accessibility>
88 <relation type="label-for" target="maxheightsb"/>
89 </accessibility>
90 <child internal-child="accessible">
91 <object class="AtkObject" id="maxheight-atkobject">
92 <property name="AtkObject::accessible-description" translatable="yes" context="footnoteareapage|extended_tip|maxheight">Sets a maximum height for the footnote area. Enable this option, then enter the height.</property>
93 </object>
94 </child>
95 </object>
96 <packing>
97 <property name="left_attach">0</property>
98 <property name="top_attach">1</property>
99 </packing>
100 </child>
101 <child>
102 <object class="GtkLabel" id="label3">
103 <property name="visible">True</property>
104 <property name="can_focus">False</property>
105 <property name="label" translatable="yes" context="footnoteareapage|label3">Space to text</property>
106 <property name="use_underline">True</property>
107 <property name="mnemonic_widget">spacetotext</property>
108 <property name="xalign">0</property>
109 </object>
110 <packing>
111 <property name="left_attach">0</property>
112 <property name="top_attach">2</property>
113 </packing>
114 </child>
115 <child>
116 <object class="GtkSpinButton" id="spacetotext">
117 <property name="visible">True</property>
118 <property name="can_focus">True</property>
119 <property name="halign">start</property>
120 <property name="activates_default">True</property>
121 <property name="adjustment">adjustment2</property>
122 <property name="digits">2</property>
123 <property name="truncate-multiline">True</property>
124 <child internal-child="accessible">
125 <object class="AtkObject" id="spacetotext-atkobject">
126 <property name="AtkObject::accessible-description" translatable="yes" context="footnoteareapage|extended_tip|spacetotext">Enter the amount of space to leave between the bottom page margin and the first line of text in the footnote area.</property>
127 </object>
128 </child>
129 </object>
130 <packing>
131 <property name="left_attach">1</property>
132 <property name="top_attach">2</property>
133 </packing>
134 </child>
135 <child>
136 <object class="GtkSpinButton" id="maxheightsb">
137 <property name="visible">True</property>
138 <property name="can_focus">True</property>
139 <property name="halign">start</property>
140 <property name="activates_default">True</property>
141 <property name="adjustment">adjustment1</property>
142 <property name="digits">2</property>
143 <accessibility>
144 <relation type="labelled-by" target="maxheight"/>
145 </accessibility>
146 <property name="truncate-multiline">True</property>
147 <child internal-child="accessible">
148 <object class="AtkObject" id="maxheightsb-atkobject">
149 <property name="AtkObject::accessible-description" translatable="yes" context="footnoteareapage|extended_tip|maxheightsb">Enter the maximum height for the footnote area.</property>
150 </object>
151 </child>
152 </object>
153 <packing>
154 <property name="left_attach">1</property>
155 <property name="top_attach">1</property>
156 </packing>
157 </child>
158 </object>
159 </child>
160 <child type="label">
161 <object class="GtkLabel" id="label1">
162 <property name="visible">True</property>
163 <property name="can_focus">False</property>
164 <property name="label" translatable="yes" context="footnoteareapage|label1">Footnote Area</property>
165 <attributes>
166 <attribute name="weight" value="bold"/>
167 </attributes>
168 </object>
169 </child>
170 </object>
171 <packing>
172 <property name="expand">False</property>
173 <property name="fill">True</property>
174 <property name="position">0</property>
175 </packing>
176 </child>
177 <child>
178 <object class="GtkFrame" id="frame2">
179 <property name="visible">True</property>
180 <property name="can_focus">False</property>
181 <property name="label_xalign">0</property>
182 <property name="shadow_type">none</property>
183 <child>
184 <!-- n-columns=1 n-rows=1 -->
185 <object class="GtkGrid" id="grid2">
186 <property name="visible">True</property>
187 <property name="can_focus">False</property>
188 <property name="row_spacing">6</property>
189 <property name="column_spacing">12</property>
190 <property name="margin-start">12</property>
191 <property name="margin-top">6</property>
192 <child>
193 <object class="GtkLabel" id="label4">
194 <property name="visible">True</property>
195 <property name="can_focus">False</property>
196 <property name="label" translatable="yes" context="footnoteareapage|label4">_Position</property>
197 <property name="use_underline">True</property>
198 <property name="mnemonic_widget">position</property>
199 <property name="xalign">0</property>
200 </object>
201 <packing>
202 <property name="left_attach">0</property>
203 <property name="top_attach">0</property>
204 </packing>
205 </child>
206 <child>
207 <object class="GtkLabel" id="label5">
208 <property name="visible">True</property>
209 <property name="can_focus">False</property>
210 <property name="label" translatable="yes" context="footnoteareapage|label5">_Style</property>
211 <property name="use_underline">True</property>
212 <property name="mnemonic_widget">style</property>
213 <property name="xalign">0</property>
214 </object>
215 <packing>
216 <property name="left_attach">0</property>
217 <property name="top_attach">1</property>
218 </packing>
219 </child>
220 <child>
221 <object class="GtkLabel" id="label6">
222 <property name="visible">True</property>
223 <property name="can_focus">False</property>
224 <property name="label" translatable="yes" context="footnoteareapage|label6">_Thickness</property>
225 <property name="use_underline">True</property>
226 <property name="mnemonic_widget">thickness</property>
227 <property name="xalign">0</property>
228 </object>
229 <packing>
230 <property name="left_attach">0</property>
231 <property name="top_attach">2</property>
232 </packing>
233 </child>
234 <child>
235 <object class="GtkLabel" id="label7">
236 <property name="visible">True</property>
237 <property name="can_focus">False</property>
238 <property name="label" translatable="yes" context="footnoteareapage|label7">_Color</property>
239 <property name="use_underline">True</property>
240 <property name="mnemonic_widget">color</property>
241 <property name="xalign">0</property>
242 </object>
243 <packing>
244 <property name="left_attach">0</property>
245 <property name="top_attach">3</property>
246 </packing>
247 </child>
248 <child>
249 <object class="GtkLabel" id="label8">
250 <property name="visible">True</property>
251 <property name="can_focus">False</property>
252 <property name="label" translatable="yes" context="footnoteareapage|label8">_Length</property>
253 <property name="use_underline">True</property>
254 <property name="mnemonic_widget">length</property>
255 <property name="xalign">0</property>
256 </object>
257 <packing>
258 <property name="left_attach">0</property>
259 <property name="top_attach">4</property>
260 </packing>
261 </child>
262 <child>
263 <object class="GtkLabel" id="label9">
264 <property name="visible">True</property>
265 <property name="can_focus">False</property>
266 <property name="label" translatable="yes" context="footnoteareapage|label9">_Spacing to footnote contents</property>
267 <property name="use_underline">True</property>
268 <property name="mnemonic_widget">spacingtocontents</property>
269 <property name="xalign">0</property>
270 </object>
271 <packing>
272 <property name="left_attach">0</property>
273 <property name="top_attach">5</property>
274 </packing>
275 </child>
276 <child>
277 <object class="GtkComboBoxText" id="position">
278 <property name="visible">True</property>
279 <property name="can_focus">False</property>
280 <property name="halign">start</property>
281 <items>
282 <item translatable="yes" context="footnoteareapage|position">Left</item>
283 <item translatable="yes" context="footnoteareapage|position">Centered</item>
284 <item translatable="yes" context="footnoteareapage|position">Right</item>
285 </items>
286 <child internal-child="accessible">
287 <object class="AtkObject" id="position-atkobject">
288 <property name="AtkObject::accessible-description" translatable="yes" context="footnoteareapage|extended_tip|position">Select the horizontal alignment for the line that separates the main text from the footnote area.</property>
289 </object>
290 </child>
291 </object>
292 <packing>
293 <property name="left_attach">1</property>
294 <property name="top_attach">0</property>
295 </packing>
296 </child>
297 <child>
298 <object class="GtkMenuButton" id="style">
299 <property name="label" translatable="no"></property>
300 <property name="visible">True</property>
301 <property name="can_focus">True</property>
302 <property name="receives_default">False</property>
303 <property name="halign">start</property>
304 <property name="xalign">0</property>
305 <property name="draw_indicator">True</property>
306 <child>
307 <placeholder/>
308 </child>
309 <child internal-child="accessible">
310 <object class="AtkObject" id="style-atkobject">
311 <property name="AtkObject::accessible-description" translatable="yes" context="footnoteareapage|extended_tip|style">Select the formatting style for the separator line. If you do not want a separator line, choose "None".</property>
312 </object>
313 </child>
314 </object>
315 <packing>
316 <property name="left_attach">1</property>
317 <property name="top_attach">1</property>
318 </packing>
319 </child>
320 <child>
321 <object class="GtkMenuButton" id="color">
322 <property name="label" translatable="no"></property>
323 <property name="visible">True</property>
324 <property name="can_focus">True</property>
325 <property name="receives_default">False</property>
326 <property name="halign">start</property>
327 <property name="xalign">0</property>
328 <property name="draw_indicator">True</property>
329 <child>
330 <placeholder/>
331 </child>
332 <child internal-child="accessible">
333 <object class="AtkObject" id="color-atkobject">
334 <property name="AtkObject::accessible-description" translatable="yes" context="footnoteareapage|extended_tip|color">Select the color of the separator line.</property>
335 </object>
336 </child>
337 </object>
338 <packing>
339 <property name="left_attach">1</property>
340 <property name="top_attach">3</property>
341 </packing>
342 </child>
343 <child>
344 <object class="GtkSpinButton" id="length">
345 <property name="visible">True</property>
346 <property name="can_focus">True</property>
347 <property name="halign">start</property>
348 <property name="activates_default">True</property>
349 <property name="adjustment">adjustment4</property>
350 <property name="truncate-multiline">True</property>
351 <child internal-child="accessible">
352 <object class="AtkObject" id="length-atkobject">
353 <property name="AtkObject::accessible-description" translatable="yes" context="footnoteareapage|extended_tip|length">Enter the length of the separator line as a percentage of the page width area.</property>
354 </object>
355 </child>
356 </object>
357 <packing>
358 <property name="left_attach">1</property>
359 <property name="top_attach">4</property>
360 </packing>
361 </child>
362 <child>
363 <object class="GtkSpinButton" id="spacingtocontents">
364 <property name="visible">True</property>
365 <property name="can_focus">True</property>
366 <property name="halign">start</property>
367 <property name="activates_default">True</property>
368 <property name="adjustment">adjustment5</property>
369 <property name="digits">2</property>
370 <property name="truncate-multiline">True</property>
371 <child internal-child="accessible">
372 <object class="AtkObject" id="spacingtocontents-atkobject">
373 <property name="AtkObject::accessible-description" translatable="yes" context="footnoteareapage|extended_tip|spacingtocontents">Enter the amount of space to leave between the separator line and the first line of the footnote area.</property>
374 </object>
375 </child>
376 </object>
377 <packing>
378 <property name="left_attach">1</property>
379 <property name="top_attach">5</property>
380 </packing>
381 </child>
382 <child>
383 <object class="GtkSpinButton" id="thickness">
384 <property name="visible">True</property>
385 <property name="can_focus">True</property>
386 <property name="halign">start</property>
387 <property name="activates_default">True</property>
388 <property name="adjustment">adjustment3</property>
389 <property name="digits">2</property>
390 <property name="truncate-multiline">True</property>
391 <child internal-child="accessible">
392 <object class="AtkObject" id="thickness-atkobject">
393 <property name="AtkObject::accessible-description" translatable="yes" context="footnoteareapage|extended_tip|thickness">Select the thickness of the separator line.</property>
394 </object>
395 </child>
396 </object>
397 <packing>
398 <property name="left_attach">1</property>
399 <property name="top_attach">2</property>
400 </packing>
401 </child>
402 </object>
403 </child>
404 <child type="label">
405 <object class="GtkLabel" id="label2">
406 <property name="visible">True</property>
407 <property name="can_focus">False</property>
408 <property name="label" translatable="yes" context="footnoteareapage|label2">Separator Line</property>
409 <attributes>
410 <attribute name="weight" value="bold"/>
411 </attributes>
412 </object>
413 </child>
414 </object>
415 <packing>
416 <property name="expand">False</property>
417 <property name="fill">True</property>
418 <property name="position">1</property>
419 </packing>
420 </child>
421 <child internal-child="accessible">
422 <object class="AtkObject" id="FootnoteAreaPage-atkobject">
423 <property name="AtkObject::accessible-description" translatable="yes" context="footnoteareapage|extended_tip|FootnoteAreaPage">Specifies the layout options for footnotes, including the line that separates the footnote from the main body of document.</property>
424 </object>
425 </child>
426 </object>
427 <object class="GtkSizeGroup" id="sizegroup1">
428 <widgets>
429 <widget name="spacetotext"/>
430 <widget name="maxheightsb"/>
431 <widget name="position"/>
432 <widget name="style"/>
433 <widget name="color"/>
434 <widget name="length"/>
435 <widget name="spacingtocontents"/>
436 <widget name="thickness"/>
437 </widgets>
438 </object>
439 </interface>