[sushi/wip/cosimoc/no-clutter: 61/67] spinnerBox: fix vertical alignment
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sushi/wip/cosimoc/no-clutter: 61/67] spinnerBox: fix vertical alignment
- Date: Mon, 30 Apr 2018 15:18:46 +0000 (UTC)
commit 1467f23e9d3113920ffe64a72a1c32b9bdd362c3
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 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/js/ui/spinnerBox.js b/src/js/ui/spinnerBox.js
index e17b038..fef97a5 100644
--- a/src/js/ui/spinnerBox.js
+++ b/src/js/ui/spinnerBox.js
@@ -45,6 +45,7 @@ const 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]