From 17a0b271093bcd41ba8097950cb4c6fefb540b92 Mon Sep 17 00:00:00 2001 From: Adel Gadllah Date: Sun, 30 Jan 2011 20:21:16 +0100 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/altTab.js b/js/ui/altTab.js index 85846cb66..03b8fdca7 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