[clocks] Remove image from single clocks view as well as fix paddings as requested in bug 681126



commit aeb7d1c8ffe549145d129f830a555511e3f50e74
Author: Seif Lotfy <seif lotfy com>
Date:   Fri Aug 3 21:18:15 2012 +0200

    Remove image from single clocks view as well as fix paddings as
    requested in bug 681126

 widgets.py |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/widgets.py b/widgets.py
index 0284d65..d20895a 100644
--- a/widgets.py
+++ b/widgets.py
@@ -216,10 +216,10 @@ class DigitalClockStandalone (Gtk.VBox):
 
         self.connect ("size-allocate", lambda x, y: self.update (None, self.text, self.systemClockFormat))
 
-        imagebox = Gtk.VBox ()
-        imagebox.pack_start (self.img, False, False, 0)
+        #imagebox = Gtk.VBox ()
+        #imagebox.pack_start (self.img, False, False, 0)
         #imagebox.pack_start (self.city_label, False, False, 0)
-        imagebox.set_size_request (230, 230)
+        #imagebox.set_size_request (230, 230)
 
         self.timebox = timebox = Gtk.VBox ()
         self.time_label.set_alignment (0.0, 0.5)
@@ -229,8 +229,8 @@ class DigitalClockStandalone (Gtk.VBox):
         self.hbox.set_homogeneous (False)
 
         self.hbox.pack_start (Gtk.Label(), True, True, 0)
-#        self.hbox.pack_start (imagebox, False, False, 0)
-#        self.hbox.pack_start (Gtk.Label (), False, False, 30)
+        # self.hbox.pack_start (imagebox, False, False, 0)
+        # self.hbox.pack_start (Gtk.Label (), False, False, 30)
         self.hbox.pack_start (timebox, False, False, 0)
         self.hbox.pack_start (Gtk.Label(), True, True, 0)
 



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