[polari/wip/raresv/nick-popover: 4/16] userListPopover: Change the search entry icon



commit bd6f8f22ac645169b76a65926ecdace8a7f7218b
Author: raresv <rares visalom gmail com>
Date:   Thu Jul 14 00:30:33 2016 +0300

    userListPopover: Change the search entry icon
    
    As the mockups suggest, the search entry should have another
    icon in order to transmit the idea that the search entry is
    actually searching for users, not anything else. We need this
    because the previous patch removes the avatar-default-symbolic
    icon from each UserListRow and the icon was a strog visual
    indicator.

 src/userList.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/userList.js b/src/userList.js
index 790ff57..fa976db 100644
--- a/src/userList.js
+++ b/src/userList.js
@@ -51,7 +51,7 @@ const UserListPopover = new Lang.Class({
         this._userListBin = new Gtk.Frame({ shadow_type: Gtk.ShadowType.NONE });
         this._box.add(this._userListBin);
 
-        this._entry = new Gtk.SearchEntry();
+        this._entry = new Gtk.SearchEntry({ primary_icon_name: 'avatar-default-symbolic' });
         this._entry.connect('search-changed',
                             Lang.bind(this, this._updateFilter));
         this._revealer.add(this._entry);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]