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:
Ana Risteska
2012-08-12 12:35:41 +02:00
committed by Jasper St. Pierre
parent 0ac4787f1a
commit 6f8e7f07f3
5 changed files with 12 additions and 12 deletions

View File

@ -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,