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
This commit is contained in:
committed by
Anna Dirks
parent
cf945fcde2
commit
429aef17bd
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user