messageTray: Put the lightbox opacity down
https://bugzilla.gnome.org/show_bug.cgi?id=682271
This commit is contained in:
parent
ee0102e86e
commit
d1e35d11d0
@ -1412,7 +1412,8 @@ const MessageTray = new Lang.Class({
|
|||||||
this._lightbox = new Lightbox.Lightbox(global.window_group,
|
this._lightbox = new Lightbox.Lightbox(global.window_group,
|
||||||
{ inhibitEvents: true,
|
{ inhibitEvents: true,
|
||||||
fadeInTime: ANIMATION_TIME,
|
fadeInTime: ANIMATION_TIME,
|
||||||
fadeOutTime: ANIMATION_TIME
|
fadeOutTime: ANIMATION_TIME,
|
||||||
|
fadeFactor: 0.2
|
||||||
});
|
});
|
||||||
|
|
||||||
this._corner = new Clutter.Rectangle({ width: 1,
|
this._corner = new Clutter.Rectangle({ width: 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user