[gnome-shell] workspace: Make previews of minimized windows translucent



commit f4626cf8ad0e0ca1372f587fadae0bebb67adb8c
Author: Florian MÃllner <fmuellner gnome org>
Date:   Fri Jan 11 16:51:30 2013 +0100

    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

 js/ui/workspace.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/workspace.js b/js/ui/workspace.js
index acffa26..34ffcf4 100644
--- a/js/ui/workspace.js
+++ b/js/ui/workspace.js
@@ -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'
                                      });



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]