diff options
author | Anna Marie Dirks <anna@ximian.com> | 2002-02-21 00:13:49 +0800 |
---|---|---|
committer | Anna Dirks <anna@src.gnome.org> | 2002-02-21 00:13:49 +0800 |
commit | 429aef17bd38d4cafb86623d6472a7e7cb69099f (patch) | |
tree | 266c4794108fc677adf4c1fc1a5e1894461ce39a | |
parent | cf945fcde2d0ee22a0d63e8ba73f7f198eeeb549 (diff) | |
download | gsoc2013-evolution-429aef17bd38d4cafb86623d6472a7e7cb69099f.tar.gz gsoc2013-evolution-429aef17bd38d4cafb86623d6472a7e7cb69099f.tar.zst gsoc2013-evolution-429aef17bd38d4cafb86623d6472a7e7cb69099f.zip |
Changed the policy for table2 so that it does not expand/fill. This was
2002-02-20 Anna Marie Dirks <anna@ximian.com>
* message-tags.glade: Changed the policy for table2 so that it
does not expand/fill. This was necessary to allow the message list
as much growing room as possible. (And besides, there's no reason for
table2 to expand/fill; its child widgets can't change size.
svn path=/trunk/; revision=15771
-rw-r--r-- | mail/ChangeLog | 8 | ||||
-rw-r--r-- | mail/message-tags.glade | 4 |
2 files changed, 10 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index c422b0feb5..7a315dc8d0 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2002-02-20 Anna Marie Dirks <anna@ximian.com> + + * message-tags.glade: Changed the policy for table2 so that it + does not expand/fill. This was necessary to allow the message list + as much growing room as possible. (And besides, there's no reason for + table2 to expand/fill; its child widgets can't change size. + + 2002-02-19 Jeffrey Stedfast <fejj@ximian.com> * mail-callbacks.c (confirm_goto_next_folder): Prompt the user to diff --git a/mail/message-tags.glade b/mail/message-tags.glade index 9883005f52..fbb9076e99 100644 --- a/mail/message-tags.glade +++ b/mail/message-tags.glade @@ -187,8 +187,8 @@ Please select a follow up action from the "Flag" menu.</label> <column_spacing>3</column_spacing> <child> <padding>0</padding> - <expand>True</expand> - <fill>True</fill> + <expand>False</expand> + <fill>False</fill> </child> <widget> |