[gnome-shell] xdnd: Lower window activation timeout
- From: Adel Gadllah <agadllah src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] xdnd: Lower window activation timeout
- Date: Wed, 29 May 2013 20:04:14 +0000 (UTC)
commit 5c78908a5fddf41dda70f8c2fec5e5bffdf29a63
Author: Adel Gadllah <adel gadllah gmail com>
Date: Wed May 29 18:54:45 2013 +0200
xdnd: Lower window activation timeout
The current one is perceived as too high by users, so try a shorter timeout.
https://bugzilla.gnome.org/show_bug.cgi?id=700150
js/ui/overview.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/overview.js b/js/ui/overview.js
index 6165158..8accac3 100644
--- a/js/ui/overview.js
+++ b/js/ui/overview.js
@@ -29,7 +29,7 @@ const ANIMATION_TIME = 0.25;
// and don't want the shading animation to get cut off
const SHADE_ANIMATION_TIME = .20;
-const DND_WINDOW_SWITCH_TIMEOUT = 1250;
+const DND_WINDOW_SWITCH_TIMEOUT = 750;
const OVERVIEW_ACTIVATION_TIMEOUT = 0.5;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]