aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_setup_main_window.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_setup_main_window.glade')
-rw-r--r--contrib/gnunet_setup_main_window.glade33
1 files changed, 16 insertions, 17 deletions
diff --git a/contrib/gnunet_setup_main_window.glade b/contrib/gnunet_setup_main_window.glade
index 4e6c3325..596d8ac6 100644
--- a/contrib/gnunet_setup_main_window.glade
+++ b/contrib/gnunet_setup_main_window.glade
@@ -301,10 +301,15 @@
301 </packing> 301 </packing>
302 </child> 302 </child>
303 <child> 303 <child>
304 <object class="GtkLabel" id="GNUNET_setup_friends_file_label"> 304 <object class="GtkButton" id="GNUNET_setup_launch_edit_friends_button">
305 <property name="label" translatable="yes">Ed_it List of Friends</property>
306 <property name="use_action_appearance">False</property>
305 <property name="visible">True</property> 307 <property name="visible">True</property>
306 <property name="can_focus">False</property> 308 <property name="can_focus">True</property>
307 <property name="label" translatable="yes">Friends file:</property> 309 <property name="receives_default">True</property>
310 <property name="image">edit_image</property>
311 <property name="use_underline">True</property>
312 <signal name="clicked" handler="GNUNET_setup_launch_edit_friends_button_clicked_cb" swapped="no"/>
308 </object> 313 </object>
309 <packing> 314 <packing>
310 <property name="expand">False</property> 315 <property name="expand">False</property>
@@ -313,17 +318,6 @@
313 </packing> 318 </packing>
314 </child> 319 </child>
315 <child> 320 <child>
316 <object class="GtkFileChooserButton" id="GNUNET_setup_friends_filechooserbutton">
317 <property name="visible">True</property>
318 <property name="can_focus">False</property>
319 </object>
320 <packing>
321 <property name="expand">True</property>
322 <property name="fill">True</property>
323 <property name="position">3</property>
324 </packing>
325 </child>
326 <child>
327 <object class="GtkVSeparator" id="vseparator1"> 321 <object class="GtkVSeparator" id="vseparator1">
328 <property name="visible">True</property> 322 <property name="visible">True</property>
329 <property name="can_focus">False</property> 323 <property name="can_focus">False</property>
@@ -332,7 +326,7 @@
332 <property name="expand">False</property> 326 <property name="expand">False</property>
333 <property name="fill">True</property> 327 <property name="fill">True</property>
334 <property name="padding">5</property> 328 <property name="padding">5</property>
335 <property name="position">4</property> 329 <property name="position">3</property>
336 </packing> 330 </packing>
337 </child> 331 </child>
338 <child> 332 <child>
@@ -344,7 +338,7 @@
344 <packing> 338 <packing>
345 <property name="expand">False</property> 339 <property name="expand">False</property>
346 <property name="fill">False</property> 340 <property name="fill">False</property>
347 <property name="position">5</property> 341 <property name="position">4</property>
348 </packing> 342 </packing>
349 </child> 343 </child>
350 <child> 344 <child>
@@ -363,7 +357,7 @@
363 <packing> 357 <packing>
364 <property name="expand">False</property> 358 <property name="expand">False</property>
365 <property name="fill">False</property> 359 <property name="fill">False</property>
366 <property name="position">6</property> 360 <property name="position">5</property>
367 </packing> 361 </packing>
368 </child> 362 </child>
369 </object> 363 </object>
@@ -4538,4 +4532,9 @@
4538 <property name="page_increment">10</property> 4532 <property name="page_increment">10</property>
4539 <property name="page_size">10</property> 4533 <property name="page_size">10</property>
4540 </object> 4534 </object>
4535 <object class="GtkImage" id="edit_image">
4536 <property name="visible">True</property>
4537 <property name="can_focus">False</property>
4538 <property name="stock">gtk-edit</property>
4539 </object>
4541</interface> 4540</interface>