ctrl-alt-tab: use better icons
The top panel and message tray icons were by default a gnome foot and are replaced by better ones. The applications icon is now using the symbolic apps icon of the dash, and the windows icon is also improved. https://bugzilla.gnome.org/show_bug.cgi?id=641303
This commit is contained in:

committed by
Allan Day

parent
a327c10c60
commit
5e3111bad8
@ -1565,7 +1565,7 @@ const MessageTray = new Lang.Class({
|
||||
if (Main.sessionMode.isLocked || Main.sessionMode.isGreeter)
|
||||
Main.ctrlAltTabManager.removeGroup(this._summary);
|
||||
else
|
||||
Main.ctrlAltTabManager.addGroup(this._summary, _("Message Tray"), 'start-here-symbolic',
|
||||
Main.ctrlAltTabManager.addGroup(this._summary, _("Message Tray"), 'user-available-symbolic',
|
||||
{ focusCallback: Lang.bind(this, this.toggleAndNavigate),
|
||||
sortGroup: CtrlAltTab.SortGroup.BOTTOM });
|
||||
this._updateState();
|
||||
|
Reference in New Issue
Block a user