[gnome-shell] appSwitcher: Use shorter icon hover timeout
- From: Adel Gadllah <agadllah src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] appSwitcher: Use shorter icon hover timeout
- Date: Sun, 30 Jan 2011 19:29:33 +0000 (UTC)
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]