[hamster-applet] gave the bars bit more of grey so that it could be told apart from the background on crappy monitors



commit 3016e2545a7297a5731f773a0e54bfb9d7747572
Author: Toms Bauģis <toms baugis gmail com>
Date:   Thu Jan 7 01:08:10 2010 +0000

    gave the bars bit more of grey so that it could be told apart from the background on crappy monitors

 hamster/widgets/timeline.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/hamster/widgets/timeline.py b/hamster/widgets/timeline.py
index 56eb403..fb100bc 100644
--- a/hamster/widgets/timeline.py
+++ b/hamster/widgets/timeline.py
@@ -205,7 +205,7 @@ class TimeLine(graphics.Area):
             bar_size = max(round(self.height * total * 0.9), 1)
             x, bar_width = exes[current_time]
 
-            self.fill_area(x, self.height - bar_size, min(bar_width - 1, self.width - x - 2), bar_size, "#eeeeee")
+            self.fill_area(x, self.height - bar_size, min(bar_width - 1, self.width - x - 2), bar_size, "#E4E4E4")
 
 
 



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