[sushi/wip/cosimoc/no-clutter: 41/66] spinnerBox: fix vertical alignment



commit 0967d62c8fec2d2f6217891cb79405529bfbbfd3
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Sun Apr 9 11:56:30 2017 -0700

    spinnerBox: fix vertical alignment

 src/js/ui/spinnerBox.js | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/js/ui/spinnerBox.js b/src/js/ui/spinnerBox.js
index 1d00cfe..7490052 100644
--- a/src/js/ui/spinnerBox.js
+++ b/src/js/ui/spinnerBox.js
@@ -45,6 +45,7 @@ var SpinnerBox = new Lang.Class({
         this._label.set_text(_("Loading…"));
 
         this._spinnerBox = new Gtk.Box({ orientation: Gtk.Orientation.VERTICAL,
+                                         valign: Gtk.Align.CENTER,
                                          spacing: 12 });
         this._spinnerBox.pack_start(this._spinner, true, true, 0);
         this._spinnerBox.pack_start(this._label, true, true, 0);


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