]> git.0d.be Git - empathy.git/blob - libempathy-gtk/empathy-account-widget-sip.ui
Merge remote-tracking branch 'pochu/misc-fixes'
[empathy.git] / libempathy-gtk / empathy-account-widget-sip.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3   <requires lib="gtk+" version="2.16"/>
4   <object class="GtkAdjustment" id="adjustment1">
5     <property name="upper">65535</property>
6     <property name="step_increment">1</property>
7     <property name="page_increment">10</property>
8   </object>
9   <object class="GtkAdjustment" id="adjustment2">
10     <property name="upper">65535</property>
11     <property name="step_increment">1</property>
12     <property name="page_increment">10</property>
13   </object>
14   <object class="GtkAdjustment" id="adjustment3">
15     <property name="upper">10000</property>
16     <property name="step_increment">1</property>
17     <property name="page_increment">10</property>
18   </object>
19   <object class="GtkVBox" id="vbox_sip_settings">
20     <property name="visible">True</property>
21     <property name="can_focus">False</property>
22     <child>
23       <object class="GtkTable" id="table_common_settings">
24         <property name="visible">True</property>
25         <property name="can_focus">False</property>
26         <property name="n_rows">5</property>
27         <property name="n_columns">2</property>
28         <property name="column_spacing">12</property>
29         <property name="row_spacing">6</property>
30         <child>
31           <object class="GtkLabel" id="label_password">
32             <property name="visible">True</property>
33             <property name="can_focus">False</property>
34             <property name="xalign">0</property>
35             <property name="label" translatable="yes">Pass_word:</property>
36             <property name="use_underline">True</property>
37             <property name="mnemonic_widget">entry_password</property>
38           </object>
39           <packing>
40             <property name="top_attach">2</property>
41             <property name="bottom_attach">3</property>
42             <property name="x_options">GTK_FILL</property>
43             <property name="y_options"></property>
44           </packing>
45         </child>
46         <child>
47           <object class="GtkEntry" id="entry_userid">
48             <property name="visible">True</property>
49             <property name="can_focus">True</property>
50           </object>
51           <packing>
52             <property name="left_attach">1</property>
53             <property name="right_attach">2</property>
54             <property name="y_options"></property>
55           </packing>
56         </child>
57         <child>
58           <object class="GtkLabel" id="label_userid">
59             <property name="visible">True</property>
60             <property name="can_focus">False</property>
61             <property name="xalign">0</property>
62             <property name="label" translatable="yes">_Username:</property>
63             <property name="use_underline">True</property>
64             <property name="mnemonic_widget">entry_password</property>
65           </object>
66           <packing>
67             <property name="x_options">GTK_FILL</property>
68             <property name="y_options"></property>
69           </packing>
70         </child>
71         <child>
72           <object class="GtkLabel" id="label_username_example">
73             <property name="visible">True</property>
74             <property name="can_focus">False</property>
75             <property name="xalign">0</property>
76             <property name="xpad">3</property>
77             <property name="label" translatable="yes">&lt;b&gt;Example:&lt;/b&gt; user@my.sip.server</property>
78             <property name="use_markup">True</property>
79             <attributes>
80               <attribute name="scale" value="0.80000000000000004"/>
81             </attributes>
82           </object>
83           <packing>
84             <property name="left_attach">1</property>
85             <property name="right_attach">2</property>
86             <property name="top_attach">1</property>
87             <property name="bottom_attach">2</property>
88             <property name="x_options">GTK_FILL</property>
89             <property name="y_options"></property>
90           </packing>
91         </child>
92         <child>
93           <object class="GtkEntry" id="entry_password">
94             <property name="visible">True</property>
95             <property name="can_focus">True</property>
96           </object>
97           <packing>
98             <property name="left_attach">1</property>
99             <property name="right_attach">2</property>
100             <property name="top_attach">2</property>
101             <property name="bottom_attach">3</property>
102             <property name="x_options">GTK_FILL</property>
103             <property name="y_options"></property>
104           </packing>
105         </child>
106         <child>
107           <object class="GtkCheckButton" id="remember_password">
108             <property name="label" translatable="yes">Remember password</property>
109             <property name="visible">True</property>
110             <property name="can_focus">True</property>
111             <property name="receives_default">False</property>
112             <property name="use_action_appearance">False</property>
113             <property name="active">True</property>
114             <property name="draw_indicator">True</property>
115           </object>
116           <packing>
117             <property name="left_attach">1</property>
118             <property name="right_attach">2</property>
119             <property name="top_attach">3</property>
120             <property name="bottom_attach">4</property>
121             <property name="x_options">GTK_FILL</property>
122             <property name="y_options"></property>
123           </packing>
124         </child>
125         <child>
126           <object class="GtkCheckButton" id="checkbutton_tel">
127             <property name="label" translatable="yes">Use this account to call _landlines and mobile phones</property>
128             <property name="visible">True</property>
129             <property name="can_focus">True</property>
130             <property name="receives_default">False</property>
131             <property name="use_action_appearance">False</property>
132             <property name="use_underline">True</property>
133             <property name="xalign">0</property>
134             <property name="draw_indicator">True</property>
135           </object>
136           <packing>
137             <property name="right_attach">2</property>
138             <property name="top_attach">4</property>
139             <property name="bottom_attach">5</property>
140             <property name="y_options"></property>
141           </packing>
142         </child>
143         <child>
144           <placeholder/>
145         </child>
146         <child>
147           <placeholder/>
148         </child>
149       </object>
150       <packing>
151         <property name="expand">False</property>
152         <property name="fill">False</property>
153         <property name="position">0</property>
154       </packing>
155     </child>
156     <child>
157       <object class="GtkExpander" id="expander_advanced">
158         <property name="visible">True</property>
159         <property name="can_focus">True</property>
160         <child>
161           <object class="GtkScrolledWindow" id="scrolledwindow1">
162             <property name="visible">True</property>
163             <property name="can_focus">True</property>
164             <property name="hscrollbar_policy">never</property>
165             <child>
166               <object class="GtkViewport" id="viewport1">
167                 <property name="visible">True</property>
168                 <property name="can_focus">False</property>
169                 <property name="resize_mode">queue</property>
170                 <property name="shadow_type">none</property>
171                 <child>
172                   <object class="GtkAlignment" id="alignment3">
173                     <property name="visible">True</property>
174                     <property name="can_focus">False</property>
175                     <property name="xalign">0</property>
176                     <property name="top_padding">6</property>
177                     <property name="left_padding">12</property>
178                     <child>
179                       <object class="GtkTable" id="table_advanced_sip_settings">
180                         <property name="visible">True</property>
181                         <property name="can_focus">False</property>
182                         <property name="n_rows">13</property>
183                         <property name="n_columns">4</property>
184                         <property name="column_spacing">6</property>
185                         <property name="row_spacing">6</property>
186                         <child>
187                           <object class="GtkEntry" id="entry_stun-server">
188                             <property name="visible">True</property>
189                             <property name="can_focus">True</property>
190                           </object>
191                           <packing>
192                             <property name="left_attach">1</property>
193                             <property name="right_attach">2</property>
194                             <property name="top_attach">2</property>
195                             <property name="bottom_attach">3</property>
196                           </packing>
197                         </child>
198                         <child>
199                           <object class="GtkEntry" id="entry_auth-user">
200                             <property name="visible">True</property>
201                             <property name="can_focus">True</property>
202                           </object>
203                           <packing>
204                             <property name="left_attach">1</property>
205                             <property name="right_attach">4</property>
206                             <property name="top_attach">10</property>
207                             <property name="bottom_attach">11</property>
208                           </packing>
209                         </child>
210                         <child>
211                           <object class="GtkEntry" id="entry_proxy-host">
212                             <property name="visible">True</property>
213                             <property name="can_focus">True</property>
214                           </object>
215                           <packing>
216                             <property name="left_attach">1</property>
217                             <property name="right_attach">2</property>
218                             <property name="top_attach">5</property>
219                             <property name="bottom_attach">6</property>
220                           </packing>
221                         </child>
222                         <child>
223                           <object class="GtkSpinButton" id="spinbutton_keepalive-interval">
224                             <property name="visible">True</property>
225                             <property name="can_focus">True</property>
226                             <property name="adjustment">adjustment3</property>
227                           </object>
228                           <packing>
229                             <property name="left_attach">1</property>
230                             <property name="right_attach">4</property>
231                             <property name="top_attach">8</property>
232                             <property name="bottom_attach">9</property>
233                           </packing>
234                         </child>
235                         <child>
236                           <object class="GtkLabel" id="label_nat_traversal">
237                             <property name="visible">True</property>
238                             <property name="can_focus">False</property>
239                             <property name="xalign">0</property>
240                             <property name="label" translatable="yes">NAT Traversal Options</property>
241                             <attributes>
242                               <attribute name="weight" value="bold"/>
243                             </attributes>
244                           </object>
245                           <packing>
246                             <property name="right_attach">4</property>
247                           </packing>
248                         </child>
249                         <child>
250                           <object class="GtkLabel" id="label_proxy">
251                             <property name="visible">True</property>
252                             <property name="can_focus">False</property>
253                             <property name="xalign">0</property>
254                             <property name="label" translatable="yes">Proxy Options</property>
255                             <attributes>
256                               <attribute name="weight" value="bold"/>
257                             </attributes>
258                           </object>
259                           <packing>
260                             <property name="right_attach">4</property>
261                             <property name="top_attach">4</property>
262                             <property name="bottom_attach">5</property>
263                           </packing>
264                         </child>
265                         <child>
266                           <object class="GtkLabel" id="label_misc">
267                             <property name="visible">True</property>
268                             <property name="can_focus">False</property>
269                             <property name="xalign">0</property>
270                             <property name="label" translatable="yes">Miscellaneous Options</property>
271                             <attributes>
272                               <attribute name="weight" value="bold"/>
273                             </attributes>
274                           </object>
275                           <packing>
276                             <property name="right_attach">4</property>
277                             <property name="top_attach">9</property>
278                             <property name="bottom_attach">10</property>
279                           </packing>
280                         </child>
281                         <child>
282                           <object class="GtkAlignment" id="alignment7">
283                             <property name="visible">True</property>
284                             <property name="can_focus">False</property>
285                             <property name="left_padding">24</property>
286                             <child>
287                               <object class="GtkLabel" id="label_stun-server">
288                                 <property name="visible">True</property>
289                                 <property name="can_focus">False</property>
290                                 <property name="xalign">0</property>
291                                 <property name="label" translatable="yes">STUN Server:</property>
292                                 <property name="mnemonic_widget">entry_stun-server</property>
293                               </object>
294                             </child>
295                           </object>
296                           <packing>
297                             <property name="top_attach">2</property>
298                             <property name="bottom_attach">3</property>
299                             <property name="x_options">GTK_FILL</property>
300                             <property name="y_options"></property>
301                           </packing>
302                         </child>
303                         <child>
304                           <object class="GtkAlignment" id="alignment4">
305                             <property name="visible">True</property>
306                             <property name="can_focus">False</property>
307                             <property name="left_padding">12</property>
308                             <child>
309                               <object class="GtkCheckButton" id="checkbutton_discover-stun">
310                                 <property name="label" translatable="yes">Discover the STUN server automatically</property>
311                                 <property name="visible">True</property>
312                                 <property name="can_focus">True</property>
313                                 <property name="receives_default">False</property>
314                                 <property name="use_action_appearance">False</property>
315                                 <property name="use_underline">True</property>
316                                 <property name="draw_indicator">True</property>
317                               </object>
318                             </child>
319                           </object>
320                           <packing>
321                             <property name="right_attach">4</property>
322                             <property name="top_attach">1</property>
323                             <property name="bottom_attach">2</property>
324                             <property name="x_options">GTK_FILL</property>
325                             <property name="y_options"></property>
326                           </packing>
327                         </child>
328                         <child>
329                           <object class="GtkAlignment" id="alignment5">
330                             <property name="visible">True</property>
331                             <property name="can_focus">False</property>
332                             <property name="left_padding">12</property>
333                             <child>
334                               <object class="GtkCheckButton" id="checkbutton_discover-binding">
335                                 <property name="label" translatable="yes">Discover Binding</property>
336                                 <property name="visible">True</property>
337                                 <property name="can_focus">True</property>
338                                 <property name="receives_default">False</property>
339                                 <property name="use_action_appearance">False</property>
340                                 <property name="draw_indicator">True</property>
341                               </object>
342                             </child>
343                           </object>
344                           <packing>
345                             <property name="right_attach">4</property>
346                             <property name="top_attach">3</property>
347                             <property name="bottom_attach">4</property>
348                           </packing>
349                         </child>
350                         <child>
351                           <object class="GtkAlignment" id="alignment8">
352                             <property name="visible">True</property>
353                             <property name="can_focus">False</property>
354                             <property name="left_padding">12</property>
355                             <child>
356                               <object class="GtkLabel" id="label_proxy-host">
357                                 <property name="visible">True</property>
358                                 <property name="can_focus">False</property>
359                                 <property name="xalign">0</property>
360                                 <property name="label" translatable="yes">Server:</property>
361                               </object>
362                             </child>
363                           </object>
364                           <packing>
365                             <property name="top_attach">5</property>
366                             <property name="bottom_attach">6</property>
367                           </packing>
368                         </child>
369                         <child>
370                           <object class="GtkLabel" id="label_keep_alive">
371                             <property name="visible">True</property>
372                             <property name="can_focus">False</property>
373                             <property name="xalign">0</property>
374                             <property name="label" translatable="yes">Keep-Alive Options</property>
375                             <attributes>
376                               <attribute name="weight" value="bold"/>
377                             </attributes>
378                           </object>
379                           <packing>
380                             <property name="right_attach">4</property>
381                             <property name="top_attach">6</property>
382                             <property name="bottom_attach">7</property>
383                           </packing>
384                         </child>
385                         <child>
386                           <object class="GtkAlignment" id="alignment10">
387                             <property name="visible">True</property>
388                             <property name="can_focus">False</property>
389                             <property name="left_padding">12</property>
390                             <child>
391                               <object class="GtkLabel" id="label_keepalive-mechanism">
392                                 <property name="visible">True</property>
393                                 <property name="can_focus">False</property>
394                                 <property name="xalign">0</property>
395                                 <property name="label" translatable="yes">Mechanism:</property>
396                               </object>
397                             </child>
398                           </object>
399                           <packing>
400                             <property name="top_attach">7</property>
401                             <property name="bottom_attach">8</property>
402                           </packing>
403                         </child>
404                         <child>
405                           <object class="GtkAlignment" id="alignment11">
406                             <property name="visible">True</property>
407                             <property name="can_focus">False</property>
408                             <property name="left_padding">12</property>
409                             <child>
410                               <object class="GtkLabel" id="label_keepalive-interval">
411                                 <property name="visible">True</property>
412                                 <property name="can_focus">False</property>
413                                 <property name="xalign">0</property>
414                                 <property name="label" translatable="yes">Interval (seconds)</property>
415                               </object>
416                             </child>
417                           </object>
418                           <packing>
419                             <property name="top_attach">8</property>
420                             <property name="bottom_attach">9</property>
421                           </packing>
422                         </child>
423                         <child>
424                           <object class="GtkAlignment" id="alignment12">
425                             <property name="visible">True</property>
426                             <property name="can_focus">False</property>
427                             <property name="left_padding">12</property>
428                             <child>
429                               <object class="GtkLabel" id="label_auth-user">
430                                 <property name="visible">True</property>
431                                 <property name="can_focus">False</property>
432                                 <property name="xalign">0</property>
433                                 <property name="label" translatable="yes">Authentication username:</property>
434                               </object>
435                             </child>
436                           </object>
437                           <packing>
438                             <property name="top_attach">10</property>
439                             <property name="bottom_attach">11</property>
440                           </packing>
441                         </child>
442                         <child>
443                           <object class="GtkAlignment" id="alignment13">
444                             <property name="visible">True</property>
445                             <property name="can_focus">False</property>
446                             <property name="left_padding">12</property>
447                             <child>
448                               <object class="GtkLabel" id="label_transport">
449                                 <property name="visible">True</property>
450                                 <property name="can_focus">False</property>
451                                 <property name="xalign">0</property>
452                                 <property name="label" translatable="yes">Transport:</property>
453                               </object>
454                             </child>
455                           </object>
456                           <packing>
457                             <property name="top_attach">11</property>
458                             <property name="bottom_attach">12</property>
459                           </packing>
460                         </child>
461                         <child>
462                           <object class="GtkAlignment" id="alignment14">
463                             <property name="visible">True</property>
464                             <property name="can_focus">False</property>
465                             <property name="left_padding">12</property>
466                             <child>
467                               <object class="GtkCheckButton" id="checkbutton_loose-routing">
468                                 <property name="label" translatable="yes">Loose Routing</property>
469                                 <property name="visible">True</property>
470                                 <property name="can_focus">True</property>
471                                 <property name="receives_default">False</property>
472                                 <property name="use_action_appearance">False</property>
473                                 <property name="draw_indicator">True</property>
474                               </object>
475                             </child>
476                           </object>
477                           <packing>
478                             <property name="right_attach">4</property>
479                             <property name="top_attach">12</property>
480                             <property name="bottom_attach">13</property>
481                           </packing>
482                         </child>
483                         <child>
484                           <object class="GtkAlignment" id="alignment15">
485                             <property name="visible">True</property>
486                             <property name="can_focus">False</property>
487                             <property name="left_padding">12</property>
488                             <child>
489                               <object class="GtkCheckButton" id="checkbutton_ignore-tls-errors">
490                                 <property name="label" translatable="yes">Ignore TLS Errors</property>
491                                 <property name="visible">True</property>
492                                 <property name="can_focus">True</property>
493                                 <property name="receives_default">False</property>
494                                 <property name="use_action_appearance">False</property>
495                                 <property name="draw_indicator">True</property>
496                               </object>
497                             </child>
498                           </object>
499                           <packing>
500                             <property name="right_attach">4</property>
501                             <property name="top_attach">13</property>
502                             <property name="bottom_attach">14</property>
503                           </packing>
504                         </child>
505                         <child>
506                           <object class="GtkLabel" id="label_stun-port">
507                             <property name="visible">True</property>
508                             <property name="can_focus">False</property>
509                             <property name="xalign">0</property>
510                             <property name="label" translatable="yes">Port:</property>
511                             <property name="mnemonic_widget">spinbutton_stun-port</property>
512                           </object>
513                           <packing>
514                             <property name="left_attach">2</property>
515                             <property name="right_attach">3</property>
516                             <property name="top_attach">2</property>
517                             <property name="bottom_attach">3</property>
518                           </packing>
519                         </child>
520                         <child>
521                           <object class="GtkSpinButton" id="spinbutton_stun-port">
522                             <property name="visible">True</property>
523                             <property name="can_focus">True</property>
524                             <property name="adjustment">adjustment1</property>
525                             <property name="climb_rate">1</property>
526                           </object>
527                           <packing>
528                             <property name="left_attach">3</property>
529                             <property name="right_attach">4</property>
530                             <property name="top_attach">2</property>
531                             <property name="bottom_attach">3</property>
532                           </packing>
533                         </child>
534                         <child>
535                           <object class="GtkLabel" id="label_port">
536                             <property name="visible">True</property>
537                             <property name="can_focus">False</property>
538                             <property name="xalign">0</property>
539                             <property name="label" translatable="yes">Port:</property>
540                           </object>
541                           <packing>
542                             <property name="left_attach">2</property>
543                             <property name="right_attach">3</property>
544                             <property name="top_attach">5</property>
545                             <property name="bottom_attach">6</property>
546                           </packing>
547                         </child>
548                         <child>
549                           <object class="GtkSpinButton" id="spinbutton_port">
550                             <property name="visible">True</property>
551                             <property name="can_focus">True</property>
552                             <property name="adjustment">adjustment2</property>
553                             <property name="climb_rate">1</property>
554                           </object>
555                           <packing>
556                             <property name="left_attach">3</property>
557                             <property name="right_attach">4</property>
558                             <property name="top_attach">5</property>
559                             <property name="bottom_attach">6</property>
560                           </packing>
561                         </child>
562                         <child>
563                           <placeholder/>
564                         </child>
565                         <child>
566                           <placeholder/>
567                         </child>
568                         <child>
569                           <placeholder/>
570                         </child>
571                         <child>
572                           <placeholder/>
573                         </child>
574                         <child>
575                           <placeholder/>
576                         </child>
577                         <child>
578                           <placeholder/>
579                         </child>
580                       </object>
581                     </child>
582                   </object>
583                 </child>
584               </object>
585             </child>
586           </object>
587         </child>
588         <child type="label">
589           <object class="GtkLabel" id="label_expander">
590             <property name="visible">True</property>
591             <property name="can_focus">False</property>
592             <property name="label" translatable="yes">Advanced</property>
593             <attributes>
594               <attribute name="weight" value="bold"/>
595             </attributes>
596           </object>
597         </child>
598       </object>
599       <packing>
600         <property name="expand">True</property>
601         <property name="fill">True</property>
602         <property name="position">1</property>
603       </packing>
604     </child>
605   </object>
606   <object class="GtkVBox" id="vbox_sip_simple">
607     <property name="visible">True</property>
608     <property name="can_focus">False</property>
609     <property name="spacing">6</property>
610     <child>
611       <object class="GtkLabel" id="label_userid_simple">
612         <property name="visible">True</property>
613         <property name="can_focus">False</property>
614         <property name="xalign">0</property>
615         <property name="label" translatable="yes">What is your SIP login ID?</property>
616       </object>
617       <packing>
618         <property name="expand">True</property>
619         <property name="fill">True</property>
620         <property name="position">0</property>
621       </packing>
622     </child>
623     <child>
624       <object class="GtkAlignment" id="alignment1">
625         <property name="visible">True</property>
626         <property name="can_focus">False</property>
627         <property name="xalign">0</property>
628         <property name="yalign">0</property>
629         <property name="xscale">0.34999999403953552</property>
630         <property name="yscale">0.34999999403953552</property>
631         <property name="bottom_padding">3</property>
632         <property name="left_padding">12</property>
633         <child>
634           <object class="GtkVBox" id="vbox1">
635             <property name="visible">True</property>
636             <property name="can_focus">False</property>
637             <property name="spacing">4</property>
638             <child>
639               <object class="GtkEntry" id="entry_userid_simple">
640                 <property name="visible">True</property>
641                 <property name="can_focus">True</property>
642               </object>
643               <packing>
644                 <property name="expand">True</property>
645                 <property name="fill">True</property>
646                 <property name="position">0</property>
647               </packing>
648             </child>
649             <child>
650               <object class="GtkLabel" id="label_example">
651                 <property name="visible">True</property>
652                 <property name="can_focus">False</property>
653                 <property name="xalign">0.10000000149011612</property>
654                 <property name="label" translatable="yes">&lt;b&gt;Example:&lt;/b&gt; user@my.sip.server</property>
655                 <property name="use_markup">True</property>
656                 <attributes>
657                   <attribute name="scale" value="0.80000000000000004"/>
658                 </attributes>
659               </object>
660               <packing>
661                 <property name="expand">True</property>
662                 <property name="fill">True</property>
663                 <property name="position">1</property>
664               </packing>
665             </child>
666           </object>
667         </child>
668       </object>
669       <packing>
670         <property name="expand">True</property>
671         <property name="fill">True</property>
672         <property name="position">1</property>
673       </packing>
674     </child>
675     <child>
676       <object class="GtkLabel" id="label_password_simple">
677         <property name="visible">True</property>
678         <property name="can_focus">False</property>
679         <property name="xalign">0</property>
680         <property name="label" translatable="yes">What is your SIP account password?</property>
681       </object>
682       <packing>
683         <property name="expand">True</property>
684         <property name="fill">True</property>
685         <property name="position">2</property>
686       </packing>
687     </child>
688     <child>
689       <object class="GtkAlignment" id="alignment2">
690         <property name="visible">True</property>
691         <property name="can_focus">False</property>
692         <property name="xalign">0</property>
693         <property name="yalign">0</property>
694         <property name="xscale">0.34999999403953552</property>
695         <property name="yscale">0.34999999403953552</property>
696         <property name="left_padding">12</property>
697         <child>
698           <object class="GtkEntry" id="entry_password_simple">
699             <property name="visible">True</property>
700             <property name="can_focus">True</property>
701             <property name="visibility">False</property>
702           </object>
703         </child>
704       </object>
705       <packing>
706         <property name="expand">True</property>
707         <property name="fill">True</property>
708         <property name="position">3</property>
709       </packing>
710     </child>
711     <child>
712       <object class="GtkCheckButton" id="remember_password_simple">
713         <property name="label" translatable="yes">Remember Password</property>
714         <property name="visible">True</property>
715         <property name="can_focus">True</property>
716         <property name="receives_default">False</property>
717         <property name="use_action_appearance">False</property>
718         <property name="active">True</property>
719         <property name="draw_indicator">True</property>
720       </object>
721       <packing>
722         <property name="expand">True</property>
723         <property name="fill">True</property>
724         <property name="position">4</property>
725       </packing>
726     </child>
727   </object>
728 </interface>