blam r558 - trunk/src



Author: cmartin
Date: Wed Apr 23 09:29:17 2008
New Revision: 558
URL: http://svn.gnome.org/viewvc/blam?rev=558&view=rev

Log:
Make read/unread align to the right.


Modified:
   trunk/src/ChannelList.cs

Modified: trunk/src/ChannelList.cs
==============================================================================
--- trunk/src/ChannelList.cs	(original)
+++ trunk/src/ChannelList.cs	Wed Apr 23 09:29:17 2008
@@ -294,6 +294,7 @@
                 weight = (int)Pango.Weight.Bold;
             }
 
+            ((CellRendererText)cell).Xalign = 1.0f;
             ((CellRendererText)cell).Weight = weight;
         }
 



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