aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-12-14 09:31:29 +0800
committerChris Lahey <clahey@src.gnome.org>2000-12-14 09:31:29 +0800
commitd4c75eb010770a63aaef93d6c525df5443f673af (patch)
treede034e44999bae1dd82a255217e8528f667cd718 /mail/message-list.c
parent40e5e5b1039fef8d4c14bd3c727f0405316f7f2e (diff)
downloadgsoc2013-evolution-d4c75eb010770a63aaef93d6c525df5443f673af.tar
gsoc2013-evolution-d4c75eb010770a63aaef93d6c525df5443f673af.tar.gz
gsoc2013-evolution-d4c75eb010770a63aaef93d6c525df5443f673af.tar.bz2
gsoc2013-evolution-d4c75eb010770a63aaef93d6c525df5443f673af.tar.lz
gsoc2013-evolution-d4c75eb010770a63aaef93d6c525df5443f673af.tar.xz
gsoc2013-evolution-d4c75eb010770a63aaef93d6c525df5443f673af.tar.zst
gsoc2013-evolution-d4c75eb010770a63aaef93d6c525df5443f673af.zip
Made the vertical scrollbar always be there.
2000-12-13 Christopher James Lahey <clahey@helixcode.com> * folder-browser.c (my_folder_browser_init): Made the vertical scrollbar always be there. * message-list.c (message_list_get_layout): Changed the minimum width of some of the pixmap column headers. svn path=/trunk/; revision=6983
Diffstat (limited to 'mail/message-list.c')
-rw-r--r--mail/message-list.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/message-list.c b/mail/message-list.c
index 6507394414..80d521957c 100644
--- a/mail/message-list.c
+++ b/mail/message-list.c
@@ -1026,8 +1026,8 @@ message_list_get_layout (MessageList *message_list)
/* Default: Status, Attachments, Priority, From, Subject, Date */
return g_strdup ("<ETableSpecification cursor-mode=\"line\" draw-grid=\"true\">"
"<ETableColumn model_col= \"0\" pixbuf=\"status\" expansion=\"0.0\" minimum_width=\"18\" resizable=\"false\" cell=\"render_message_status\" compare=\"integer\" sortable=\"false\"/>"
- "<ETableColumn model_col= \"1\" pixbuf=\"flagged\" expansion=\"0.0\" minimum_width=\"20\" resizable=\"false\" cell=\"render_flagged\" compare=\"integer\"/>"
- "<ETableColumn model_col= \"2\" pixbuf=\"score\" expansion=\"0.0\" minimum_width=\"20\" resizable=\"false\" cell=\"render_score\" compare=\"integer\"/>"
+ "<ETableColumn model_col= \"1\" pixbuf=\"flagged\" expansion=\"0.0\" minimum_width=\"18\" resizable=\"false\" cell=\"render_flagged\" compare=\"integer\"/>"
+ "<ETableColumn model_col= \"2\" pixbuf=\"score\" expansion=\"0.0\" minimum_width=\"18\" resizable=\"false\" cell=\"render_score\" compare=\"integer\"/>"
"<ETableColumn model_col= \"3\" pixbuf=\"attachment\" expansion=\"0.0\" minimum_width=\"18\" resizable=\"false\" cell=\"render_attachment\" compare=\"integer\" sortable=\"false\"/>"
"<ETableColumn model_col= \"4\" _title=\"From\" expansion=\"24.0\" minimum_width=\"32\" resizable=\"true\" cell=\"render_text\" compare=\"address_compare\"/>"
"<ETableColumn model_col= \"5\" _title=\"Subject\" expansion=\"30.0\" minimum_width=\"32\" resizable=\"true\" cell=\"render_tree\" compare=\"subject_compare\"/>"