[gnome-weather/gnome-3-8] forecast: tweak the column and row spacing



commit 479e724b7bb7b0ffecdcb35a6fd9efff62679fb8
Author: William Jon McCann <william jon mccann gmail com>
Date:   Wed Mar 6 13:16:43 2013 -0500

    forecast: tweak the column and row spacing
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695313

 src/forecast.js |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/src/forecast.js b/src/forecast.js
index d050aa2..e4de537 100644
--- a/src/forecast.js
+++ b/src/forecast.js
@@ -153,10 +153,9 @@ const TodaySidebar = new Lang.Class({
                                 vexpand: true });
         this.add(box);
 
-        this._grid = new Gtk.Grid({ column_spacing: 6,
-                                    row_spacing: 12,
-                                    margin_left: 12,
-                                    margin_right: 12 });
+        this._grid = new Gtk.Grid({ column_spacing: 12,
+                                    row_spacing: 6,
+                                    margin: 12 });
         box.add(this._grid);
 
         this._headline = new Gtk.Label({ use_markup: true,


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