overview: Use a symbolic icon for notifications
Notifications from the system should use symbolic icons. Also fix up the summary area CSS so the icon gets the right colors. https://bugzilla.gnome.org/show_bug.cgi?id=636137
This commit is contained in:
@ -44,8 +44,8 @@ Source.prototype = {
|
||||
},
|
||||
|
||||
createNotificationIcon: function() {
|
||||
return new St.Icon({ icon_name: 'info',
|
||||
icon_type: St.IconType.FULLCOLOR,
|
||||
return new St.Icon({ icon_name: 'dialog-information',
|
||||
icon_type: St.IconType.SYMBOLIC,
|
||||
icon_size: this.ICON_SIZE });
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user