diff options
author | Diego Escalante Urrelo <descalante@igalia.com> | 2010-12-08 02:02:52 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <descalante@igalia.com> | 2010-12-08 02:07:49 +0800 |
commit | 228139f5e379048a8ee4e7545b5361017402ffd2 (patch) | |
tree | 63d1f43b008322b6fa98e05d5bb0864dad02020c /data/glade/certificate-dialogs.ui | |
parent | b695374f186d3942225bcc4434de033599f24fe8 (diff) | |
download | gsoc2013-epiphany-228139f5e379048a8ee4e7545b5361017402ffd2.tar gsoc2013-epiphany-228139f5e379048a8ee4e7545b5361017402ffd2.tar.gz gsoc2013-epiphany-228139f5e379048a8ee4e7545b5361017402ffd2.tar.bz2 gsoc2013-epiphany-228139f5e379048a8ee4e7545b5361017402ffd2.tar.lz gsoc2013-epiphany-228139f5e379048a8ee4e7545b5361017402ffd2.tar.xz gsoc2013-epiphany-228139f5e379048a8ee4e7545b5361017402ffd2.tar.zst gsoc2013-epiphany-228139f5e379048a8ee4e7545b5361017402ffd2.zip |
data/glade: update orientation property of GtkBox widgets
Diffstat (limited to 'data/glade/certificate-dialogs.ui')
-rw-r--r-- | data/glade/certificate-dialogs.ui | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/glade/certificate-dialogs.ui b/data/glade/certificate-dialogs.ui index a158dd5c3..448bdc7e6 100644 --- a/data/glade/certificate-dialogs.ui +++ b/data/glade/certificate-dialogs.ui @@ -12,6 +12,7 @@ <child internal-child="vbox"> <object class="GtkVBox" id="dialog-vbox1"> <property name="visible">True</property> + <property name="orientation">vertical</property> <property name="spacing">2</property> <child> <object class="GtkNotebook" id="notebook1"> @@ -22,10 +23,12 @@ <object class="GtkVBox" id="vbox_details"> <property name="visible">True</property> <property name="border_width">12</property> + <property name="orientation">vertical</property> <property name="spacing">18</property> <child> <object class="GtkVBox" id="vbox_validity"> <property name="visible">True</property> + <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkLabel" id="label_verify_text"> @@ -51,6 +54,7 @@ <child> <object class="GtkVBox" id="vbox3"> <property name="visible">True</property> + <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkLabel" id="label49"> @@ -205,6 +209,7 @@ <child> <object class="GtkVBox" id="vbox4"> <property name="visible">True</property> + <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkLabel" id="label43"> @@ -330,6 +335,7 @@ <child> <object class="GtkVBox" id="vbox5"> <property name="visible">True</property> + <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkLabel" id="label33"> @@ -426,6 +432,7 @@ <child> <object class="GtkVBox" id="vbox6"> <property name="visible">True</property> + <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkLabel" id="label30"> @@ -536,10 +543,12 @@ <object class="GtkVBox" id="vbox7"> <property name="visible">True</property> <property name="border_width">12</property> + <property name="orientation">vertical</property> <property name="spacing">18</property> <child> <object class="GtkVBox" id="vbox8"> <property name="visible">True</property> + <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkLabel" id="label82"> @@ -594,11 +603,13 @@ <child> <object class="GtkVBox" id="vbox11"> <property name="visible">True</property> + <property name="orientation">vertical</property> <property name="spacing">18</property> <property name="homogeneous">True</property> <child> <object class="GtkVBox" id="vbox9"> <property name="visible">True</property> + <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkLabel" id="label83"> @@ -651,6 +662,7 @@ <child> <object class="GtkVBox" id="vbox10"> <property name="visible">True</property> + <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkLabel" id="label85"> |