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.
This commit is contained in:
parent
2bcdae4d5d
commit
17a0b27109
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user