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
@ -995,7 +995,7 @@ const Panel = new Lang.Class({
|
||||
this.actor.connect('button-press-event', Lang.bind(this, this._onButtonPress));
|
||||
|
||||
Main.layoutManager.panelBox.add(this.actor);
|
||||
Main.ctrlAltTabManager.addGroup(this.actor, _("Top Bar"), 'start-here-symbolic',
|
||||
Main.ctrlAltTabManager.addGroup(this.actor, _("Top Bar"), 'emblem-system-symbolic',
|
||||
{ sortGroup: CtrlAltTab.SortGroup.TOP });
|
||||
|
||||
Main.sessionMode.connect('updated', Lang.bind(this, this._updatePanel));
|
||||
|
Reference in New Issue
Block a user