aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-10-19 09:52:22 +0800
committerChris Lahey <clahey@src.gnome.org>2000-10-19 09:52:22 +0800
commiteb914c346efc8a21bce5362e142b2207783a2b0a (patch)
treed9252a1689f31a658c4be6cb078f1d4a3c3d3131
parent85b15ae2a12828fdfd946133750705601ced2847 (diff)
downloadgsoc2013-evolution-eb914c346efc8a21bce5362e142b2207783a2b0a.tar
gsoc2013-evolution-eb914c346efc8a21bce5362e142b2207783a2b0a.tar.gz
gsoc2013-evolution-eb914c346efc8a21bce5362e142b2207783a2b0a.tar.bz2
gsoc2013-evolution-eb914c346efc8a21bce5362e142b2207783a2b0a.tar.lz
gsoc2013-evolution-eb914c346efc8a21bce5362e142b2207783a2b0a.tar.xz
gsoc2013-evolution-eb914c346efc8a21bce5362e142b2207783a2b0a.tar.zst
gsoc2013-evolution-eb914c346efc8a21bce5362e142b2207783a2b0a.zip
Fixed some column widths.
2000-10-18 Christopher James Lahey <clahey@helixcode.com> * message-list.c: Fixed some column widths. svn path=/trunk/; revision=6013
-rw-r--r--mail/ChangeLog4
-rw-r--r--mail/message-list.c6
2 files changed, 7 insertions, 3 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 3a64999447..28c346564f 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,7 @@
+2000-10-18 Christopher James Lahey <clahey@helixcode.com>
+
+ * message-list.c: Fixed some column widths.
+
2000-10-18 Iain Holmes <iain@helixcode.com>
* mail-config-gui.c (mail_config): Make all the CLists have passive
diff --git a/mail/message-list.c b/mail/message-list.c
index b065405e30..b340efdb41 100644
--- a/mail/message-list.c
+++ b/mail/message-list.c
@@ -909,9 +909,9 @@ message_list_get_layout (MessageList *message_list)
{
/* Message status, From, Subject, Sent Date */
return g_strdup ("<ETableSpecification cursor-mode=\"line\">"
- "<ETableColumn model_col= \"0\" pixbuf=\"status\" expansion=\"0.0\" minimum_width=\"16\" resizable=\"false\" cell=\"render_message_status\" compare=\"integer\" sortable=\"false\"/>"
- "<ETableColumn model_col= \"1\" pixbuf=\"score\" expansion=\"0.0\" minimum_width=\"16\" resizable=\"false\" cell=\"render_score\" compare=\"integer\"/>"
- "<ETableColumn model_col= \"2\" pixbuf=\"attachment\" expansion=\"0.0\" minimum_width=\"16\" resizable=\"false\" cell=\"render_attachment\" compare=\"integer\" sortable=\"false\"/>"
+ "<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=\"score\" expansion=\"0.0\" minimum_width=\"20\" resizable=\"false\" cell=\"render_score\" compare=\"integer\"/>"
+ "<ETableColumn model_col= \"2\" pixbuf=\"attachment\" expansion=\"0.0\" minimum_width=\"18\" resizable=\"false\" cell=\"render_attachment\" compare=\"integer\" sortable=\"false\"/>"
"<ETableColumn model_col= \"3\" _title=\"From\" expansion=\"24.0\" minimum_width=\"32\" resizable=\"true\" cell=\"render_text\" compare=\"address_compare\"/>"
"<ETableColumn model_col= \"4\" _title=\"Subject\" expansion=\"30.0\" minimum_width=\"32\" resizable=\"true\" cell=\"render_tree\" compare=\"subject_compare\"/>"
"<ETableColumn model_col= \"5\" _title=\"Date\" expansion=\"24.0\" minimum_width=\"32\" resizable=\"true\" cell=\"render_date\" compare=\"integer\"/>"