workspace: Make previews of minimized windows translucent

Because the comment says so! Seriously, Jakub suggested this after
bug 682887 brought back a rebranded default shortcut for minimize.

https://bugzilla.gnome.org/show_bug.cgi?id=692999
This commit is contained in:
Florian Müllner 2013-01-11 16:51:30 +01:00
parent 65bf0d20e7
commit f4626cf8ad

View File

@ -1207,7 +1207,7 @@ const Workspace = new Lang.Class({
// Make the window slightly transparent to indicate it's hidden
Tweener.addTween(clone.actor,
{ opacity: 255,
{ opacity: 128,
time: Overview.ANIMATION_TIME,
transition: 'easeInQuad'
});