[polari/wip/raresv/nick-popover: 20/33] userListRow: Remove the user	icon
- From: Florian Müllner <fmuellner src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [polari/wip/raresv/nick-popover: 20/33] userListRow: Remove the user	icon
 
- Date: Wed, 14 Sep 2016 16:05:17 +0000 (UTC)
 
commit c5c87c29dae60327ff84ddc3eb0571af2fd47c31
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]