Darken workspace indicator when doing lightbox effect

Adjust the opacity of the workspace indicator to not having it stand out too badly when in lightbox mode.

https://bugzilla.gnome.org/show_bug.cgi?id=594556
This commit is contained in:
Florian Muellner 2009-11-15 02:24:43 +01:00 committed by Colin Walters
parent 931cbc6ae3
commit cdd508e12d

View File

@ -575,6 +575,9 @@ Workspace.prototype = {
this._lightbox.destroy();
this._lightbox = null;
}
if (this._frame) {
this._frame.set_opacity(showLightbox ? 150 : 255);
}
},
/**