[polari/wip/raresv/nick-popover: 3/15] userListRow: Remove the user icon
- From: Rares Visalom <raresvisalom src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari/wip/raresv/nick-popover: 3/15] userListRow: Remove the user icon
- Date: Sat, 1 Oct 2016 19:20:01 +0000 (UTC)
commit e3922d847fa1a057b736c4b5db056da05465c97a
Author: raresv <rares visalom gmail com>
Date: Sat Aug 20 19:08:47 2016 +0300
userListRow: Remove the user icon
Since the last patch, the details use icons instead
of labels as headers. As a result, having icons in
the rows as well looks overloaded, so remove those.
https://bugzilla.gnome.org/show_bug.cgi?id=760853
src/userList.js | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/userList.js b/src/userList.js
index 487bb6e..2f9e407 100644
--- a/src/userList.js
+++ b/src/userList.js
@@ -289,7 +289,6 @@ const UserListRow = new Lang.Class({
let hbox = new Gtk.Box({ margin: 4, spacing: 4 });
this._arrow = new Gtk.Arrow({ arrow_type: Gtk.ArrowType.RIGHT,
no_show_all: true });
- hbox.add(new Gtk.Image({ icon_name: 'avatar-default-symbolic' }));
this._label = new Gtk.Label({ label: this._user.alias,
halign: Gtk.Align.START,
hexpand: true,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]