summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-08-22 12:59:15 +0000
committerChristian Grothoff <christian@grothoff.org>2016-08-22 12:59:15 +0000
commit0d9e10354e70c882e9a6cbfc4a7a44673edd4590 (patch)
tree95b85dffa40ac8aa2a733c4df2b86b7725175d43
parenta8706543b6d37767d5ca0f90f0a334a1fb8e7ecf (diff)
downloadgnunet-gtk-0d9e10354e70c882e9a6cbfc4a7a44673edd4590.tar.gz
gnunet-gtk-0d9e10354e70c882e9a6cbfc4a7a44673edd4590.zip
fix alignments
-rw-r--r--contrib/gnunet_setup_main_window.glade6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/gnunet_setup_main_window.glade b/contrib/gnunet_setup_main_window.glade
index 30f39b62..aad7f7ac 100644
--- a/contrib/gnunet_setup_main_window.glade
+++ b/contrib/gnunet_setup_main_window.glade
@@ -3286,6 +3286,7 @@
3286 <object class="GtkBox" id="GNUNET_setup_transport_dv_vbox"> 3286 <object class="GtkBox" id="GNUNET_setup_transport_dv_vbox">
3287 <property name="visible">True</property> 3287 <property name="visible">True</property>
3288 <property name="can_focus">False</property> 3288 <property name="can_focus">False</property>
3289 <property name="orientation">vertical</property>
3289 <child> 3290 <child>
3290 <placeholder/> 3291 <placeholder/>
3291 </child> 3292 </child>
@@ -3646,6 +3647,7 @@
3646 <object class="GtkBox" id="GNUNET_setup_datastore_mysql_vbox"> 3647 <object class="GtkBox" id="GNUNET_setup_datastore_mysql_vbox">
3647 <property name="visible">True</property> 3648 <property name="visible">True</property>
3648 <property name="can_focus">False</property> 3649 <property name="can_focus">False</property>
3650 <property name="orientation">vertical</property>
3649 <child> 3651 <child>
3650 <object class="GtkBox" id="GNUNET_setup_datastore_mysql_database_name_hbox"> 3652 <object class="GtkBox" id="GNUNET_setup_datastore_mysql_database_name_hbox">
3651 <property name="visible">True</property> 3653 <property name="visible">True</property>
@@ -4220,6 +4222,7 @@
4220 <object class="GtkBox" id="GNUNET_setup_datacache_heap_vbox"> 4222 <object class="GtkBox" id="GNUNET_setup_datacache_heap_vbox">
4221 <property name="visible">True</property> 4223 <property name="visible">True</property>
4222 <property name="can_focus">False</property> 4224 <property name="can_focus">False</property>
4225 <property name="orientation">vertical</property>
4223 </object> 4226 </object>
4224 <packing> 4227 <packing>
4225 <property name="position">1</property> 4228 <property name="position">1</property>
@@ -4601,6 +4604,7 @@
4601 <object class="GtkBox" id="GNUNET_setup_pt_vbox"> 4604 <object class="GtkBox" id="GNUNET_setup_pt_vbox">
4602 <property name="visible">True</property> 4605 <property name="visible">True</property>
4603 <property name="can_focus">False</property> 4606 <property name="can_focus">False</property>
4607 <property name="orientation">vertical</property>
4604 <child> 4608 <child>
4605 <object class="GtkBox" id="GNUNET_setup_pt_hbox"> 4609 <object class="GtkBox" id="GNUNET_setup_pt_hbox">
4606 <property name="visible">True</property> 4610 <property name="visible">True</property>
@@ -4720,6 +4724,7 @@
4720 <object class="GtkBox" id="GNUNET_setup_exit_frame_vbox"> 4724 <object class="GtkBox" id="GNUNET_setup_exit_frame_vbox">
4721 <property name="visible">True</property> 4725 <property name="visible">True</property>
4722 <property name="can_focus">False</property> 4726 <property name="can_focus">False</property>
4727 <property name="orientation">vertical</property>
4723 <child> 4728 <child>
4724 <object class="GtkBox" id="GNUNET_setup_exit_master_hbox"> 4729 <object class="GtkBox" id="GNUNET_setup_exit_master_hbox">
4725 <property name="visible">True</property> 4730 <property name="visible">True</property>
@@ -5028,6 +5033,7 @@
5028 <object class="GtkBox" id="GNUNET_SETUP_exit_policy_vbox"> 5033 <object class="GtkBox" id="GNUNET_SETUP_exit_policy_vbox">
5029 <property name="visible">True</property> 5034 <property name="visible">True</property>
5030 <property name="can_focus">False</property> 5035 <property name="can_focus">False</property>
5036 <property name="orientation">vertical</property>
5031 <child> 5037 <child>
5032 <object class="GtkBox" id="GNUNET_SETUP_exit_policy_v4_hbox"> 5038 <object class="GtkBox" id="GNUNET_SETUP_exit_policy_v4_hbox">
5033 <property name="visible">True</property> 5039 <property name="visible">True</property>