aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-06-07 14:26:04 +0000
committerChristian Grothoff <christian@grothoff.org>2014-06-07 14:26:04 +0000
commite71aa0ca35aa824711b86c3484eb00c63aabd092 (patch)
treedcb93b1b5e14a8b7d70d05b337de775a2ae18f80 /contrib
parentf631316c556ed3971b1412d3a758bae31ac6ed9c (diff)
downloadgnunet-gtk-e71aa0ca35aa824711b86c3484eb00c63aabd092.tar.gz
gnunet-gtk-e71aa0ca35aa824711b86c3484eb00c63aabd092.zip
-more dialog fixes
Diffstat (limited to 'contrib')
-rw-r--r--contrib/gnunet_namestore_edit_box.glade7
-rw-r--r--contrib/gnunet_namestore_edit_tlsa.glade2
2 files changed, 4 insertions, 5 deletions
diff --git a/contrib/gnunet_namestore_edit_box.glade b/contrib/gnunet_namestore_edit_box.glade
index c62cc622..f015de51 100644
--- a/contrib/gnunet_namestore_edit_box.glade
+++ b/contrib/gnunet_namestore_edit_box.glade
@@ -83,11 +83,10 @@
83 <property name="page_increment">10</property> 83 <property name="page_increment">10</property>
84 </object> 84 </object>
85 <object class="GtkDialog" id="edit_box_dialog"> 85 <object class="GtkDialog" id="edit_box_dialog">
86 <property name="width_request">600</property> 86 <property name="width_request">800</property>
87 <property name="height_request">700</property> 87 <property name="height_request">700</property>
88 <property name="can_focus">False</property> 88 <property name="can_focus">False</property>
89 <property name="border_width">5</property> 89 <property name="border_width">5</property>
90 <property name="type">popup</property>
91 <property name="modal">True</property> 90 <property name="modal">True</property>
92 <property name="window_position">center-on-parent</property> 91 <property name="window_position">center-on-parent</property>
93 <property name="destroy_with_parent">True</property> 92 <property name="destroy_with_parent">True</property>
@@ -963,7 +962,7 @@ For PGP, specify the key identifier.
963 <property name="xalign">0</property> 962 <property name="xalign">0</property>
964 <property name="active">True</property> 963 <property name="active">True</property>
965 <property name="draw_indicator">True</property> 964 <property name="draw_indicator">True</property>
966 <signal name="group-changed" handler="edit_dialog_expiration_relative_radiobutton_group_changed_cb" swapped="no"/> 965 <signal name="toggled" handler="GNS_edit_dialog_expiration_relative_radiobutton_toggled_cb" swapped="no"/>
967 </object> 966 </object>
968 <packing> 967 <packing>
969 <property name="expand">False</property> 968 <property name="expand">False</property>
@@ -981,7 +980,7 @@ For PGP, specify the key identifier.
981 <property name="xalign">0</property> 980 <property name="xalign">0</property>
982 <property name="draw_indicator">True</property> 981 <property name="draw_indicator">True</property>
983 <property name="group">edit_dialog_expiration_relative_radiobutton</property> 982 <property name="group">edit_dialog_expiration_relative_radiobutton</property>
984 <signal name="group-changed" handler="edit_dialog_expiration_absolute_radiobutton_group_changed_cb" swapped="no"/> 983 <signal name="toggled" handler="GNS_edit_dialog_expiration_relative_radiobutton_toggled_cb" swapped="no"/>
985 </object> 984 </object>
986 <packing> 985 <packing>
987 <property name="expand">False</property> 986 <property name="expand">False</property>
diff --git a/contrib/gnunet_namestore_edit_tlsa.glade b/contrib/gnunet_namestore_edit_tlsa.glade
index bfc7b189..ba67eb50 100644
--- a/contrib/gnunet_namestore_edit_tlsa.glade
+++ b/contrib/gnunet_namestore_edit_tlsa.glade
@@ -68,7 +68,7 @@
68 <property name="page_increment">10</property> 68 <property name="page_increment">10</property>
69 </object> 69 </object>
70 <object class="GtkDialog" id="edit_tlsa_dialog"> 70 <object class="GtkDialog" id="edit_tlsa_dialog">
71 <property name="width_request">600</property> 71 <property name="width_request">800</property>
72 <property name="height_request">700</property> 72 <property name="height_request">700</property>
73 <property name="can_focus">False</property> 73 <property name="can_focus">False</property>
74 <property name="border_width">5</property> 74 <property name="border_width">5</property>