[gnome-clocks] Increase bottom margin



commit fb6dc85954f3ec645f4adbeb7da1a56547a40fa1
Author: Paolo Borelli <pborelli gnome org>
Date:   Tue Sep 25 00:40:00 2012 +0200

    Increase bottom margin

 gnomeclocks/stopwatch.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomeclocks/stopwatch.py b/gnomeclocks/stopwatch.py
index 74f7965..2fe2270 100644
--- a/gnomeclocks/stopwatch.py
+++ b/gnomeclocks/stopwatch.py
@@ -40,7 +40,7 @@ class Stopwatch(Clock):
 
         grid = Gtk.Grid()
         grid.set_margin_top(12)
-        grid.set_margin_bottom(12)
+        grid.set_margin_bottom(24)
         grid.set_halign(Gtk.Align.CENTER)
         grid.set_row_spacing(24)
         grid.set_column_spacing(24)



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