[gnome-shell/gnome-3-8] xdnd: Lower window activation timeout



commit c1078828283d4efddd1c29bf0ec135caa8113428
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 4d89ccc..6f4b83b 100644
--- a/js/ui/overview.js
+++ b/js/ui/overview.js
@@ -31,7 +31,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]