diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-03-07 21:44:39 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-03-07 21:57:11 +0800 |
commit | 972bddf8719ae4b11ced5a7034d5e1808c4ef9bd (patch) | |
tree | e33aec2b6273101fbde2becc449662b963698e30 | |
parent | cdd7b02d03f7a95b498b7627f9a35f07871b3a24 (diff) | |
download | gsoc2013-evolution-972bddf8719ae4b11ced5a7034d5e1808c4ef9bd.tar.gz gsoc2013-evolution-972bddf8719ae4b11ced5a7034d5e1808c4ef9bd.tar.zst gsoc2013-evolution-972bddf8719ae4b11ced5a7034d5e1808c4ef9bd.zip |
Bug 644053 - Fix packing in "Network Preferences"
-rw-r--r-- | mail/mail-config.ui | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/mail/mail-config.ui b/mail/mail-config.ui index 289b052c3e..e582621c26 100644 --- a/mail/mail-config.ui +++ b/mail/mail-config.ui @@ -5065,7 +5065,7 @@ for display purposes only. </property> <child> <object class="GtkTable" id="table11"> <property name="visible">True</property> - <property name="n_rows">3</property> + <property name="n_rows">2</property> <property name="n_columns">2</property> <property name="column_spacing">6</property> <property name="row_spacing">3</property> @@ -5106,6 +5106,7 @@ for display purposes only. </property> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> + <property name="y_options">GTK_FILL</property> </packing> </child> <child> @@ -5120,6 +5121,7 @@ for display purposes only. </property> <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> + <property name="y_options">GTK_FILL</property> </packing> </child> </object> @@ -5156,6 +5158,17 @@ for display purposes only. </property> <property name="position">0</property> </packing> </child> + <child> + <object class="GtkAlignment" id="proxy-padding"> + <property name="visible">True</property> + <child> + <placeholder/> + </child> + </object> + <packing> + <property name="position">1</property> + </packing> + </child> </object> </child> <child type="tab"> |