[hamster-applet/2_28_no_bars] changed bar colors to grey



commit 8a58c3416d00eb31e70f4de7bffc2d8308fb784b
Author: Toms Bauģis <toms baugis gmail com>
Date:   Tue Nov 10 20:54:57 2009 +0000

    changed bar colors to grey

 hamster/charting.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/hamster/charting.py b/hamster/charting.py
index 713a836..f0f08be 100644
--- a/hamster/charting.py
+++ b/hamster/charting.py
@@ -161,7 +161,7 @@ class Chart(graphics.Area):
 
     def draw_bar(self, x, y, w, h, color = None):
         """ draws a simple bar"""
-        base_color = (0, 0, 0)
+        base_color = (.8, .8, .8)
         self.fill_area(x, y, w, h, base_color)
 
 



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