[gnome-shell] messageTray: Put the lightbox opacity down
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] messageTray: Put the lightbox opacity down
- Date: Mon, 20 Aug 2012 20:51:19 +0000 (UTC)
commit d1e35d11d090f7a88a36307ef27951b2565c3073
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Mon Aug 20 14:32:05 2012 -0400
messageTray: Put the lightbox opacity down
https://bugzilla.gnome.org/show_bug.cgi?id=682271
js/ui/messageTray.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js
index b9e3888..5556a71 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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]