[polari/wip/raresv/nick-popover: 20/32] userListRow: Remove the user icon



commit 8b6fbaf64c2fe6842a16bc129a393570da79accb
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 6ef3c74..a3ae37a 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]