[gnome-weather] city: add a bit more space between the columns of the inner grid



commit 0a9cafc47a5efe4f6f3c08e092fe8c4e5f65bbdd
Author: William Jon McCann <william jon mccann gmail com>
Date:   Wed Mar 6 13:23:08 2013 -0500

    city: add a bit more space between the columns of the inner grid
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695313

 src/city.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/city.js b/src/city.js
index 6bddede..26f7a65 100644
--- a/src/city.js
+++ b/src/city.js
@@ -44,7 +44,9 @@ const WeatherWidget = new Lang.Class({
                                        halign: Gtk.Align.CENTER,
                                        valign: Gtk.Align.CENTER });
 
-        let innerGrid = new Gtk.Grid({ hexpand: false, vexpand: false });
+        let innerGrid = new Gtk.Grid({ column_spacing: 20,
+                                       hexpand: false,
+                                       vexpand: false });
         this._icon = new Gtk.Image({ pixel_size: 172,
                                      use_fallback: true,
                                      name: 'conditions-image' });


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