messageTray: restyle the message tray
The patch implements the new visual style for the message tray, that is now larger and has textured background. The icons are also larger. https://bugzilla.gnome.org/show_bug.cgi?id=677213
This commit is contained in:

committed by
Jasper St. Pierre

parent
0ac4787f1a
commit
6f8e7f07f3
@ -357,7 +357,7 @@ const NotificationDaemon = new Lang.Class({
|
||||
let gicon = this._iconForNotificationData(icon, hints);
|
||||
let iconActor = new St.Icon({ gicon: gicon,
|
||||
icon_type: St.IconType.FULLCOLOR,
|
||||
icon_size: source.ICON_SIZE });
|
||||
icon_size: MessageTray.NOTIFICATION_ICON_SIZE });
|
||||
|
||||
if (notification == null) {
|
||||
notification = new MessageTray.Notification(source, summary, body,
|
||||
|
Reference in New Issue
Block a user