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/print.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/print.ui')
-rw-r--r-- | data/glade/print.ui | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/glade/print.ui b/data/glade/print.ui index 4d7594846..7a00f7a97 100644 --- a/data/glade/print.ui +++ b/data/glade/print.ui @@ -8,11 +8,13 @@ <object class="GtkVBox" id="custom_tab_container"> <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="frame_box"> <property name="visible">True</property> <property name="sensitive">False</property> + <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkLabel" id="label273"> @@ -34,6 +36,7 @@ <child> <object class="GtkVBox" id="vbox144"> <property name="visible">True</property> + <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkRadioButton" id="print_frames_normal"> @@ -99,6 +102,7 @@ <child> <object class="GtkVBox" id="vbox141"> <property name="visible">True</property> + <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkLabel" id="label272"> @@ -120,6 +124,7 @@ <child> <object class="GtkVBox" id="vbox142"> <property name="visible">True</property> + <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkCheckButton" id="print_bg_colors_checkbutton"> @@ -172,6 +177,7 @@ <child> <object class="GtkVBox" id="vbox140"> <property name="visible">True</property> + <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkLabel" id="label269"> @@ -193,6 +199,7 @@ <child> <object class="GtkVBox" id="vbox125"> <property name="visible">True</property> + <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkCheckButton" id="print_page_numbers_checkbutton"> @@ -243,6 +250,7 @@ <child> <object class="GtkVBox" id="vbox138"> <property name="visible">True</property> + <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkLabel" id="label267"> @@ -264,6 +272,7 @@ <child> <object class="GtkVBox" id="vbox124"> <property name="visible">True</property> + <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkCheckButton" id="print_page_title_checkbutton"> |