diff options
Diffstat (limited to 'mail')
-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> |