[clocks] apply background color to all views



commit 25c0bd29050c7bb1b5d4570b3e29e20ea3ca444a
Author: Seif Lotfy <seif lotfy com>
Date:   Wed Jul 4 01:59:30 2012 +0200

    apply background color to all views

 clocks.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/clocks.py b/clocks.py
index 0f475fc..6595774 100644
--- a/clocks.py
+++ b/clocks.py
@@ -68,6 +68,7 @@ class Clock (Gtk.EventBox):
         Gtk.EventBox.__init__ (self)
         self.button = ToggleButton (label)
         self.hasNew = hasNew
+        self.get_style_context ().add_class ('grey-bg')
     
     def open_new_dialog(self):
         pass



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