[gnome-shell] appSwitcher: Use shorter icon hover timeout



commit 17a0b271093bcd41ba8097950cb4c6fefb540b92
Author: Adel Gadllah <adel gadllah gmail com>
Date:   Sun Jan 30 20:21:16 2011 +0100

    appSwitcher: Use shorter icon hover timeout
    
    Using a timeout of 750ms seems to be too long,
    a shorter one like 200ms still solves the original problem
    without getting in the way of other uses.

 js/ui/altTab.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/altTab.js b/js/ui/altTab.js
index 85846cb..03b8fdc 100644
--- a/js/ui/altTab.js
+++ b/js/ui/altTab.js
@@ -15,7 +15,7 @@ const POPUP_APPICON_SIZE = 96;
 const POPUP_SCROLL_TIME = 0.10; // seconds
 const POPUP_FADE_TIME = 0.1; // seconds
 
-const APP_ICON_HOVER_TIMEOUT = 750; // milliseconds
+const APP_ICON_HOVER_TIMEOUT = 200; // milliseconds
 
 const DISABLE_HOVER_TIMEOUT = 500; // milliseconds
 



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