[polari/wip/dmoelgaard/initial-setup] connections: Fix intial visibility of already-added label
- From: Bastian Ilsø Hougaard <bastianilso src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari/wip/dmoelgaard/initial-setup] connections: Fix intial visibility of already-added label
- Date: Wed, 2 Aug 2017 00:54:10 +0000 (UTC)
commit 8be557ed92025dfa8670e24397785f3a743553a4
Author: Bastian Ilsø <bastianilso gnome org>
Date: Wed Aug 2 01:21:20 2017 +0100
connections: Fix intial visibility of already-added label
src/connections.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/connections.js b/src/connections.js
index 47d0d05..9033b13 100644
--- a/src/connections.js
+++ b/src/connections.js
@@ -53,6 +53,7 @@ var ConnectionRow = new Lang.Class({
let insensitiveDesc = new Gtk.Label({ label: _("Already added"),
hexpand: true,
+ no_show_all: true,
halign: Gtk.Align.END });
box.add(insensitiveDesc);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]