]> git.ipfire.org Git - thirdparty/strongswan.git/blame - src/frontends/gnome/properties/nm-strongswan-dialog.ui
Merge commit 'nm-client-id'
[thirdparty/strongswan.git] / src / frontends / gnome / properties / nm-strongswan-dialog.ui
CommitLineData
791c93f3 1<?xml version="1.0" encoding="UTF-8"?>
d46f804b 2<!-- Generated with glade 3.22.0 -->
791c93f3 3<interface>
f9956ca6 4 <requires lib="gtk+" version="3.2"/>
d46f804b 5 <object class="GtkBox" id="strongswan-vbox">
ab01ae3c 6 <property name="visible">True</property>
791c93f3 7 <property name="can_focus">False</property>
ab01ae3c 8 <property name="border_width">12</property>
d46f804b 9 <property name="orientation">vertical</property>
ab01ae3c 10 <property name="spacing">16</property>
39c0ae37 11 <child>
d46f804b 12 <object class="GtkBox" id="gateway-vbox">
39c0ae37 13 <property name="visible">True</property>
791c93f3 14 <property name="can_focus">False</property>
d46f804b 15 <property name="orientation">vertical</property>
ab01ae3c 16 <property name="spacing">6</property>
39c0ae37 17 <child>
ab01ae3c 18 <object class="GtkLabel" id="gateway-label">
39c0ae37 19 <property name="visible">True</property>
791c93f3 20 <property name="can_focus">False</property>
23de1602 21 <property name="label" translatable="yes">&lt;b&gt;Server&lt;/b&gt;</property>
ab01ae3c 22 <property name="use_markup">True</property>
d46f804b 23 <property name="xalign">0</property>
ab01ae3c
TB
24 </object>
25 <packing>
26 <property name="expand">False</property>
27 <property name="fill">False</property>
28 <property name="position">0</property>
29 </packing>
30 </child>
31 <child>
d46f804b 32 <object class="GtkGrid">
ab01ae3c
TB
33 <property name="visible">True</property>
34 <property name="can_focus">False</property>
d46f804b
TB
35 <property name="margin_left">12</property>
36 <property name="row_spacing">6</property>
37 <property name="column_spacing">6</property>
38 <property name="row_homogeneous">True</property>
39c0ae37 39 <child>
d46f804b 40 <object class="GtkLabel" id="address-label">
39c0ae37 41 <property name="visible">True</property>
791c93f3 42 <property name="can_focus">False</property>
d46f804b
TB
43 <property name="label" translatable="yes">_Address:</property>
44 <property name="use_underline">True</property>
45 <property name="xalign">0</property>
46 </object>
47 <packing>
48 <property name="left_attach">0</property>
49 <property name="top_attach">0</property>
50 </packing>
51 </child>
52 <child>
53 <object class="GtkEntry" id="address-entry">
54 <property name="visible">True</property>
55 <property name="can_focus">True</property>
23de1602 56 <property name="tooltip_text" translatable="yes">An IP address or hostname of the VPN server.</property>
d46f804b
TB
57 <property name="hexpand">True</property>
58 <property name="primary_icon_activatable">False</property>
59 <property name="secondary_icon_activatable">False</property>
60 </object>
61 <packing>
62 <property name="left_attach">1</property>
63 <property name="top_attach">0</property>
64 </packing>
65 </child>
66 <child>
67 <object class="GtkLabel" id="certificate-label">
68 <property name="visible">True</property>
69 <property name="can_focus">False</property>
70 <property name="label" translatable="yes">C_ertificate:</property>
71 <property name="use_underline">True</property>
72 <property name="xalign">0</property>
73 </object>
74 <packing>
75 <property name="left_attach">0</property>
76 <property name="top_attach">1</property>
77 </packing>
78 </child>
79 <child>
80 <object class="GtkFileChooserButton" id="certificate-button">
81 <property name="visible">True</property>
82 <property name="can_focus">False</property>
23de1602 83 <property name="tooltip_text" translatable="yes">Server or CA certificate to use for server authentication. If none is specified, pre-installed CA certificates are used.</property>
d46f804b 84 <property name="hexpand">True</property>
791c93f3 85 </object>
d46f804b
TB
86 <packing>
87 <property name="left_attach">1</property>
88 <property name="top_attach">1</property>
89 </packing>
39c0ae37 90 </child>
a7bda9a9
TB
91 <child>
92 <object class="GtkLabel" id="remote-identity-label">
93 <property name="visible">True</property>
94 <property name="can_focus">False</property>
95 <property name="label" translatable="yes">_Identity:</property>
96 <property name="use_underline">True</property>
97 <property name="xalign">0</property>
98 </object>
99 <packing>
100 <property name="left_attach">0</property>
101 <property name="top_attach">2</property>
102 </packing>
103 </child>
104 <child>
105 <object class="GtkEntry" id="remote-identity-entry">
106 <property name="visible">True</property>
107 <property name="can_focus">True</property>
108 <property name="tooltip_text" translatable="yes">Defaults to the server address or the server certificate's subject DN (if configured). Custom values are explicitly sent to the server and enforced during authentication.</property>
109 <property name="hexpand">True</property>
110 <property name="primary_icon_activatable">False</property>
111 <property name="secondary_icon_activatable">False</property>
112 <property name="placeholder_text" translatable="yes">(Defaults to address or certificate subject)</property>
113 </object>
114 <packing>
115 <property name="left_attach">1</property>
116 <property name="top_attach">2</property>
117 </packing>
118 </child>
e85a43b7
TB
119 <child>
120 <object class="GtkLabel" id="server-port-label">
121 <property name="visible">True</property>
122 <property name="can_focus">False</property>
123 <property name="label" translatable="yes">_Port:</property>
124 <property name="use_underline">True</property>
125 <property name="xalign">0</property>
126 </object>
127 <packing>
128 <property name="left_attach">0</property>
129 <property name="top_attach">3</property>
130 </packing>
131 </child>
132 <child>
133 <object class="GtkEntry" id="server-port-entry">
134 <property name="visible">True</property>
135 <property name="can_focus">True</property>
136 <property name="tooltip_text" translatable="yes">Custom server port to connect to. Defaults to UDP port 500, which is followed by a switch to port 4500 after the first exchange.</property>
137 <property name="hexpand">True</property>
138 <property name="invisible_char">•</property>
139 <property name="primary_icon_activatable">False</property>
140 <property name="secondary_icon_activatable">False</property>
141 <property name="placeholder_text" translatable="yes">(Defaults to UDP 500/4500)</property>
142 </object>
143 <packing>
144 <property name="left_attach">1</property>
145 <property name="top_attach">3</property>
146 </packing>
147 </child>
791c93f3 148 </object>
ab01ae3c 149 <packing>
d46f804b 150 <property name="expand">False</property>
ab01ae3c
TB
151 <property name="fill">True</property>
152 <property name="position">1</property>
153 </packing>
154 </child>
d46f804b
TB
155 <child>
156 <placeholder/>
157 </child>
ab01ae3c
TB
158 </object>
159 <packing>
160 <property name="expand">False</property>
161 <property name="fill">False</property>
162 <property name="position">0</property>
163 </packing>
164 </child>
165 <child>
d46f804b 166 <object class="GtkBox" id="client-vbox">
ab01ae3c
TB
167 <property name="visible">True</property>
168 <property name="can_focus">False</property>
d46f804b 169 <property name="orientation">vertical</property>
ab01ae3c
TB
170 <property name="spacing">6</property>
171 <child>
172 <object class="GtkLabel" id="client-label">
173 <property name="visible">True</property>
174 <property name="can_focus">False</property>
ab01ae3c
TB
175 <property name="label" translatable="yes">&lt;b&gt;Client&lt;/b&gt;</property>
176 <property name="use_markup">True</property>
d46f804b 177 <property name="xalign">0</property>
ab01ae3c 178 </object>
39c0ae37
MW
179 <packing>
180 <property name="expand">False</property>
791c93f3 181 <property name="fill">False</property>
d4b403e2 182 <property name="position">0</property>
39c0ae37
MW
183 </packing>
184 </child>
185 <child>
d46f804b 186 <object class="GtkGrid">
39c0ae37 187 <property name="visible">True</property>
791c93f3 188 <property name="can_focus">False</property>
d46f804b
TB
189 <property name="margin_left">12</property>
190 <property name="row_spacing">6</property>
191 <property name="column_spacing">6</property>
192 <property name="row_homogeneous">True</property>
39c0ae37 193 <child>
d46f804b 194 <object class="GtkLabel" id="method-label">
39c0ae37 195 <property name="visible">True</property>
791c93f3 196 <property name="can_focus">False</property>
d46f804b
TB
197 <property name="label" translatable="yes">Au_thentication:</property>
198 <property name="use_underline">True</property>
199 <property name="xalign">0</property>
791c93f3 200 </object>
d46f804b
TB
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="GtkComboBoxText" id="method-combo">
208 <property name="visible">True</property>
209 <property name="can_focus">False</property>
210 <property name="hexpand">True</property>
211 </object>
212 <packing>
213 <property name="left_attach">1</property>
214 <property name="top_attach">0</property>
215 </packing>
216 </child>
217 <child>
661e1044 218 <object class="GtkLabel" id="cert-label">
d46f804b
TB
219 <property name="visible">True</property>
220 <property name="can_focus">False</property>
221 <property name="label" translatable="yes">Ce_rtificate:</property>
222 <property name="use_underline">True</property>
223 <property name="xalign">0</property>
224 </object>
225 <packing>
226 <property name="left_attach">0</property>
227 <property name="top_attach">1</property>
228 </packing>
229 </child>
661e1044
TB
230 <child>
231 <object class="GtkComboBoxText" id="cert-combo">
232 <property name="visible">True</property>
233 <property name="can_focus">False</property>
234 <property name="hexpand">True</property>
235 </object>
236 <packing>
237 <property name="left_attach">1</property>
238 <property name="top_attach">1</property>
239 </packing>
240 </child>
241 <child>
242 <object class="GtkLabel" id="usercert-label">
243 <property name="visible">True</property>
244 <property name="can_focus">False</property>
245 <property name="label" translatable="yes">Certificate _file:</property>
246 <property name="use_underline">True</property>
247 <property name="xalign">0</property>
248 </object>
249 <packing>
250 <property name="left_attach">0</property>
251 <property name="top_attach">2</property>
252 </packing>
253 </child>
d46f804b
TB
254 <child>
255 <object class="GtkFileChooserButton" id="usercert-button">
256 <property name="visible">True</property>
257 <property name="can_focus">False</property>
258 <property name="tooltip_text" translatable="yes">Client certificate to use for client authentication.</property>
259 <property name="hexpand">True</property>
260 </object>
261 <packing>
262 <property name="left_attach">1</property>
661e1044 263 <property name="top_attach">2</property>
d46f804b
TB
264 </packing>
265 </child>
266 <child>
267 <object class="GtkLabel" id="userkey-label">
268 <property name="visible">True</property>
269 <property name="can_focus">False</property>
270 <property name="label" translatable="yes">Private _key:</property>
271 <property name="use_underline">True</property>
272 <property name="xalign">0</property>
273 </object>
274 <packing>
275 <property name="left_attach">0</property>
661e1044 276 <property name="top_attach">3</property>
d46f804b
TB
277 </packing>
278 </child>
279 <child>
280 <object class="GtkFileChooserButton" id="userkey-button">
281 <property name="visible">True</property>
282 <property name="can_focus">False</property>
283 <property name="tooltip_text" translatable="yes">Private key to use for client authentication. This key has to match the certificates public key and may be encrypted.</property>
284 <property name="hexpand">True</property>
285 </object>
286 <packing>
287 <property name="left_attach">1</property>
661e1044 288 <property name="top_attach">3</property>
d46f804b
TB
289 </packing>
290 </child>
291 <child>
292 <object class="GtkLabel" id="user-label">
293 <property name="visible">True</property>
294 <property name="can_focus">False</property>
295 <property name="label" translatable="yes">_Username:</property>
296 <property name="use_underline">True</property>
297 <property name="xalign">0</property>
298 </object>
299 <packing>
300 <property name="left_attach">0</property>
d57d5f51 301 <property name="top_attach">5</property>
d46f804b
TB
302 </packing>
303 </child>
304 <child>
305 <object class="GtkEntry" id="user-entry">
306 <property name="visible">True</property>
307 <property name="can_focus">True</property>
d57d5f51 308 <property name="tooltip_text" translatable="yes">The username (EAP identity) to use for authentication against the server.</property>
d46f804b
TB
309 <property name="hexpand">True</property>
310 <property name="primary_icon_activatable">False</property>
311 <property name="secondary_icon_activatable">False</property>
312 </object>
313 <packing>
314 <property name="left_attach">1</property>
d57d5f51 315 <property name="top_attach">5</property>
d46f804b
TB
316 </packing>
317 </child>
318 <child>
319 <object class="GtkLabel" id="passwd-label">
320 <property name="visible">True</property>
321 <property name="can_focus">False</property>
322 <property name="label" translatable="yes">_Password:</property>
323 <property name="use_underline">True</property>
324 <property name="xalign">0</property>
325 </object>
326 <packing>
327 <property name="left_attach">0</property>
d57d5f51 328 <property name="top_attach">6</property>
d46f804b
TB
329 </packing>
330 </child>
331 <child>
332 <object class="GtkEntry" id="passwd-entry">
333 <property name="visible">True</property>
334 <property name="can_focus">True</property>
23de1602 335 <property name="tooltip_text" translatable="yes">The password to use for authentication against the server (min. 20 characters for PSKs).</property>
d46f804b
TB
336 <property name="hexpand">True</property>
337 <property name="visibility">False</property>
338 <property name="primary_icon_activatable">False</property>
339 <property name="secondary_icon_activatable">False</property>
f9956ca6 340 <property name="placeholder_text" translatable="yes">(Use icon to change password storage policy)</property>
d46f804b
TB
341 </object>
342 <packing>
343 <property name="left_attach">1</property>
d57d5f51 344 <property name="top_attach">6</property>
d46f804b
TB
345 </packing>
346 </child>
347 <child>
348 <object class="GtkCheckButton" id="passwd-show">
349 <property name="label" translatable="yes">_Show password</property>
350 <property name="visible">True</property>
351 <property name="can_focus">True</property>
352 <property name="receives_default">False</property>
353 <property name="hexpand">True</property>
354 <property name="use_underline">True</property>
355 <property name="draw_indicator">True</property>
356 </object>
357 <packing>
358 <property name="left_attach">1</property>
d57d5f51
TB
359 <property name="top_attach">7</property>
360 </packing>
361 </child>
362 <child>
363 <object class="GtkLabel" id="local-identity-label">
364 <property name="visible">True</property>
365 <property name="can_focus">False</property>
366 <property name="label" translatable="yes">I_dentity:</property>
367 <property name="use_underline">True</property>
368 <property name="xalign">0</property>
369 </object>
370 <packing>
371 <property name="left_attach">0</property>
372 <property name="top_attach">4</property>
373 </packing>
374 </child>
375 <child>
376 <object class="GtkEntry" id="local-identity-entry">
377 <property name="visible">True</property>
378 <property name="can_focus">True</property>
379 <property name="tooltip_text" translatable="yes">Defaults to the username (EAP), the client certificate's subject DN (certificate/EAP-TLS), or the IP address (PSK). Custom values may be used if expected/required by the server.</property>
380 <property name="hexpand">True</property>
381 <property name="primary_icon_activatable">False</property>
382 <property name="secondary_icon_activatable">False</property>
383 <property name="placeholder_text" translatable="yes">(Defaults to username, certificate subject or IP address)</property>
384 </object>
385 <packing>
386 <property name="left_attach">1</property>
387 <property name="top_attach">4</property>
d46f804b
TB
388 </packing>
389 </child>
390 <child>
391 <placeholder/>
39c0ae37 392 </child>
791c93f3 393 </object>
ab01ae3c 394 <packing>
d46f804b 395 <property name="expand">False</property>
ab01ae3c
TB
396 <property name="fill">True</property>
397 <property name="position">1</property>
398 </packing>
399 </child>
d46f804b
TB
400 <child>
401 <placeholder/>
402 </child>
ab01ae3c
TB
403 </object>
404 <packing>
405 <property name="expand">False</property>
406 <property name="fill">False</property>
407 <property name="position">1</property>
408 </packing>
409 </child>
410 <child>
d46f804b 411 <object class="GtkBox" id="options-vbox">
ab01ae3c
TB
412 <property name="visible">True</property>
413 <property name="can_focus">False</property>
d46f804b 414 <property name="orientation">vertical</property>
ab01ae3c
TB
415 <property name="spacing">6</property>
416 <child>
417 <object class="GtkLabel" id="options-label">
418 <property name="visible">True</property>
419 <property name="can_focus">False</property>
ab01ae3c
TB
420 <property name="label" translatable="yes">&lt;b&gt;Options&lt;/b&gt;</property>
421 <property name="use_markup">True</property>
d46f804b 422 <property name="xalign">0</property>
ab01ae3c 423 </object>
39c0ae37
MW
424 <packing>
425 <property name="expand">False</property>
791c93f3 426 <property name="fill">False</property>
ab01ae3c 427 <property name="position">0</property>
39c0ae37
MW
428 </packing>
429 </child>
430 <child>
d46f804b 431 <object class="GtkBox" id="options-inner-vbox">
39c0ae37 432 <property name="visible">True</property>
791c93f3 433 <property name="can_focus">False</property>
d46f804b
TB
434 <property name="margin_left">12</property>
435 <property name="orientation">vertical</property>
39c0ae37 436 <child>
d46f804b
TB
437 <object class="GtkCheckButton" id="virtual-check">
438 <property name="label" translatable="yes">Request an _inner IP address</property>
39c0ae37 439 <property name="visible">True</property>
d46f804b
TB
440 <property name="can_focus">True</property>
441 <property name="receives_default">False</property>
23de1602 442 <property name="tooltip_text" translatable="yes">The server may provide addresses from a pool to use for communication in the VPN. Check to request such an address.</property>
d46f804b
TB
443 <property name="use_underline">True</property>
444 <property name="draw_indicator">True</property>
445 </object>
446 <packing>
447 <property name="expand">True</property>
448 <property name="fill">True</property>
449 <property name="position">0</property>
450 </packing>
451 </child>
452 <child>
453 <object class="GtkCheckButton" id="encap-check">
454 <property name="label" translatable="yes">En_force UDP encapsulation</property>
455 <property name="visible">True</property>
456 <property name="can_focus">True</property>
457 <property name="receives_default">False</property>
458 <property name="tooltip_text" translatable="yes">Some firewalls block ESP traffic. Enforcing UDP capsulation even if no NAT situation is detected might help in such cases.</property>
459 <property name="use_underline">True</property>
460 <property name="draw_indicator">True</property>
461 </object>
462 <packing>
463 <property name="expand">True</property>
464 <property name="fill">True</property>
465 <property name="position">1</property>
466 </packing>
467 </child>
468 <child>
469 <object class="GtkCheckButton" id="ipcomp-check">
470 <property name="label" translatable="yes">Use IP c_ompression</property>
471 <property name="visible">True</property>
472 <property name="can_focus">True</property>
473 <property name="receives_default">False</property>
474 <property name="tooltip_text" translatable="yes">IPComp compresses raw IP packets before they get encrypted. This saves some bandwidth, but uses more processing power.</property>
475 <property name="use_underline">True</property>
476 <property name="draw_indicator">True</property>
791c93f3 477 </object>
d46f804b
TB
478 <packing>
479 <property name="expand">True</property>
480 <property name="fill">True</property>
481 <property name="position">2</property>
482 </packing>
39c0ae37 483 </child>
e85a43b7
TB
484 <child>
485 <placeholder/>
486 </child>
791c93f3 487 </object>
39c0ae37 488 <packing>
d46f804b 489 <property name="expand">False</property>
791c93f3 490 <property name="fill">True</property>
ab01ae3c 491 <property name="position">1</property>
39c0ae37
MW
492 </packing>
493 </child>
d46f804b
TB
494 <child>
495 <placeholder/>
496 </child>
791c93f3 497 </object>
ab01ae3c
TB
498 <packing>
499 <property name="expand">False</property>
500 <property name="fill">True</property>
501 <property name="position">2</property>
502 </packing>
39c0ae37 503 </child>
8e1b986c 504 <child>
d46f804b 505 <object class="GtkBox" id="proposals-vbox">
8e1b986c
D
506 <property name="visible">True</property>
507 <property name="can_focus">False</property>
d46f804b 508 <property name="orientation">vertical</property>
8e1b986c
D
509 <property name="spacing">6</property>
510 <child>
511 <object class="GtkLabel" id="proposals-label">
512 <property name="visible">True</property>
513 <property name="can_focus">False</property>
8e1b986c
D
514 <property name="label" translatable="yes">&lt;b&gt;Cipher proposals&lt;/b&gt;</property>
515 <property name="use_markup">True</property>
d46f804b 516 <property name="xalign">0</property>
8e1b986c
D
517 </object>
518 <packing>
519 <property name="expand">False</property>
520 <property name="fill">False</property>
521 <property name="position">0</property>
522 </packing>
523 </child>
524 <child>
d46f804b 525 <object class="GtkBox" id="proposal-vbox">
8e1b986c
D
526 <property name="visible">True</property>
527 <property name="can_focus">False</property>
d46f804b
TB
528 <property name="margin_left">12</property>
529 <property name="orientation">vertical</property>
8e1b986c 530 <child>
d46f804b
TB
531 <object class="GtkCheckButton" id="proposal-check">
532 <property name="label" translatable="yes">_Enable custom proposals</property>
533 <property name="visible">True</property>
534 <property name="can_focus">True</property>
535 <property name="receives_default">False</property>
536 <property name="use_underline">True</property>
537 <property name="draw_indicator">True</property>
538 </object>
539 <packing>
540 <property name="expand">True</property>
541 <property name="fill">True</property>
542 <property name="position">0</property>
543 </packing>
544 </child>
545 <child>
546 <object class="GtkGrid">
8e1b986c
D
547 <property name="visible">True</property>
548 <property name="can_focus">False</property>
d46f804b
TB
549 <property name="row_spacing">6</property>
550 <property name="column_spacing">6</property>
551 <property name="row_homogeneous">True</property>
8e1b986c 552 <child>
d46f804b 553 <object class="GtkLabel" id="ike-label">
8e1b986c 554 <property name="visible">True</property>
d46f804b
TB
555 <property name="can_focus">False</property>
556 <property name="label" translatable="yes">_IKE:</property>
8e1b986c 557 <property name="use_underline">True</property>
d46f804b
TB
558 <property name="xalign">0</property>
559 </object>
560 <packing>
561 <property name="left_attach">0</property>
562 <property name="top_attach">0</property>
563 </packing>
564 </child>
565 <child>
566 <object class="GtkEntry" id="ike-entry">
567 <property name="visible">True</property>
568 <property name="can_focus">True</property>
569 <property name="tooltip_text" translatable="yes">A list of proposals for IKE separated by ";"</property>
570 <property name="hexpand">True</property>
571 <property name="invisible_char">•</property>
572 <property name="primary_icon_activatable">False</property>
573 <property name="secondary_icon_activatable">False</property>
8e1b986c
D
574 </object>
575 <packing>
d46f804b
TB
576 <property name="left_attach">1</property>
577 <property name="top_attach">0</property>
8e1b986c
D
578 </packing>
579 </child>
580 <child>
d46f804b 581 <object class="GtkLabel" id="esp-label">
8e1b986c
D
582 <property name="visible">True</property>
583 <property name="can_focus">False</property>
d46f804b
TB
584 <property name="label" translatable="yes">_ESP:</property>
585 <property name="use_underline">True</property>
586 <property name="xalign">0</property>
587 </object>
588 <packing>
589 <property name="left_attach">0</property>
590 <property name="top_attach">1</property>
591 </packing>
592 </child>
593 <child>
594 <object class="GtkEntry" id="esp-entry">
595 <property name="visible">True</property>
596 <property name="can_focus">True</property>
597 <property name="tooltip_text" translatable="yes">A list of proposals for ESP separated by ";"</property>
598 <property name="hexpand">True</property>
599 <property name="invisible_char">•</property>
600 <property name="primary_icon_activatable">False</property>
601 <property name="secondary_icon_activatable">False</property>
8e1b986c
D
602 </object>
603 <packing>
d46f804b
TB
604 <property name="left_attach">1</property>
605 <property name="top_attach">1</property>
8e1b986c
D
606 </packing>
607 </child>
608 </object>
d46f804b
TB
609 <packing>
610 <property name="expand">False</property>
611 <property name="fill">True</property>
612 <property name="position">1</property>
613 </packing>
614 </child>
615 <child>
616 <placeholder/>
8e1b986c
D
617 </child>
618 </object>
619 <packing>
d46f804b 620 <property name="expand">False</property>
8e1b986c
D
621 <property name="fill">True</property>
622 <property name="position">1</property>
623 </packing>
624 </child>
d46f804b
TB
625 <child>
626 <placeholder/>
627 </child>
8e1b986c
D
628 </object>
629 <packing>
630 <property name="expand">False</property>
631 <property name="fill">False</property>
632 <property name="position">3</property>
633 </packing>
634 </child>
791c93f3
MW
635 </object>
636</interface>