[clocks] fix padding of buttons so timer and stopwatch view are in sync



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

    fix padding of buttons so timer and stopwatch view are in sync

 clocks.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/clocks.py b/clocks.py
index d8826f7..d5c070e 100644
--- a/clocks.py
+++ b/clocks.py
@@ -267,7 +267,7 @@ class Stopwatch (Clock):
 
         vbox.pack_start (Gtk.Box (), True, True, 48)
         vbox.pack_start (center, False, False, 0)
-        vbox.pack_start (Gtk.Box (), True, True, 0)
+        vbox.pack_start (Gtk.Box (), True, True, 1)
         vbox.pack_start (Gtk.Box (), True, True, 41)
         
         self.leftButton.connect("clicked", self._on_left_button_clicked)



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