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:
parent
931cbc6ae3
commit
cdd508e12d
@ -575,6 +575,9 @@ Workspace.prototype = {
|
||||
this._lightbox.destroy();
|
||||
this._lightbox = null;
|
||||
}
|
||||
if (this._frame) {
|
||||
this._frame.set_opacity(showLightbox ? 150 : 255);
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user