[gnome-weather] forecast: tweak the column and row spacing
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-weather] forecast: tweak the column and row spacing
- Date: Wed, 6 Mar 2013 22:26:40 +0000 (UTC)
commit 83473a9e78e705f9bfa4e2a0cc040fe3c3e6d2cf
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]