[polari/wip/raresv/nick-popover: 136/149] userListRow: Remove the avatar-default-symbolic icon
- From: Rares Visalom <raresvisalom src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari/wip/raresv/nick-popover: 136/149] userListRow: Remove the avatar-default-symbolic icon
- Date: Tue, 6 Sep 2016 19:54:42 +0000 (UTC)
commit d2f7bcd48419d0e71701350639b8dc4bd637d35e
Author: raresv <rares visalom gmail com>
Date: Sat Aug 20 19:08:47 2016 +0300
userListRow: Remove the avatar-default-symbolic icon
The new design implies that the UserDetails class contains
the avatar-default-symbolic icon for the user's full name.
Consequently, having so many icons in the UserList would
make it look overloaded. As a result, the UserListRow should
have the icons removed.
src/userList.js | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/userList.js b/src/userList.js
index dde044c..f762b26 100644
--- a/src/userList.js
+++ b/src/userList.js
@@ -297,7 +297,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]