[rhmessaging-commits] rhmessaging commits: r3324 - mgmt/trunk/cumin/python/cumin.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Thu Apr 23 13:50:42 EDT 2009


Author: eallen
Date: 2009-04-23 13:50:42 -0400 (Thu, 23 Apr 2009)
New Revision: 3324

Modified:
   mgmt/trunk/cumin/python/cumin/charts.py
Log:
Move legend for statcked charts down a bit

Modified: mgmt/trunk/cumin/python/cumin/charts.py
===================================================================
--- mgmt/trunk/cumin/python/cumin/charts.py	2009-04-23 17:44:57 UTC (rev 3323)
+++ mgmt/trunk/cumin/python/cumin/charts.py	2009-04-23 17:50:42 UTC (rev 3324)
@@ -300,7 +300,7 @@
 
         for i, item in enumerate(zip(titles, colors)):
             title, color = item
-            y = self.height + 16 + i * 16
+            y = self.height + 26 + i * 16
 
             cr.set_source_rgba(1, 1, 1, 0.75)
             cr.rectangle(4, y - 12, 16 + 6.5 * len(title), 16)




More information about the rhmessaging-commits mailing list