messageTray: Put the lightbox opacity down

https://bugzilla.gnome.org/show_bug.cgi?id=682271
This commit is contained in:
Jasper St. Pierre 2012-08-20 14:32:05 -04:00
parent ee0102e86e
commit d1e35d11d0

View File

@ -1412,7 +1412,8 @@ const MessageTray = new Lang.Class({
this._lightbox = new Lightbox.Lightbox(global.window_group,
{ inhibitEvents: true,
fadeInTime: ANIMATION_TIME,
fadeOutTime: ANIMATION_TIME
fadeOutTime: ANIMATION_TIME,
fadeFactor: 0.2
});
this._corner = new Clutter.Rectangle({ width: 1,