From d1e35d11d090f7a88a36307ef27951b2565c3073 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Mon, 20 Aug 2012 14:32:05 -0400 Subject: [PATCH] messageTray: Put the lightbox opacity down https://bugzilla.gnome.org/show_bug.cgi?id=682271 --- js/ui/messageTray.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js index b9e38884d..5556a71a5 100644 --- a/js/ui/messageTray.js +++ b/js/ui/messageTray.js @@ -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,