mail sizes in clist



Just a thought: wouldn't it be nicer to have the mail size column right
aligned? I'm not going to call that a patch, it's just one additional line:

~~~~~snip here~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- balsa/src/balsa-index.c     Mon Jul 16 23:16:32 2001
+++ balsa-patched/src/balsa-index.c     Thu Jul 19 13:16:44 2001
@@ -295,6 +295,7 @@
     gtk_clist_set_column_justification(clist, 0, GTK_JUSTIFY_RIGHT);
     gtk_clist_set_column_justification(clist, 1, GTK_JUSTIFY_CENTER);
     gtk_clist_set_column_justification(clist, 2, GTK_JUSTIFY_CENTER);
+    gtk_clist_set_column_justification(clist, 6, GTK_JUSTIFY_RIGHT);
 
     /* Set the width of any new columns to the current column widths being
used */
     gtk_clist_set_column_width(clist, 0, balsa_app.index_num_width);
~~~~~snip here~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Cheers, Albrecht.

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Dr. Albrecht Dreß  -  Monschauer Straße 22  -  D-53121 Bonn (Germany)
      Phone (+49) 228 6199571  -  E-Mail albrecht.dress@arcormail.de
_________________________________________________________________________




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]