[gnome-shell/gbsneto/icon-grid-dnd-fixes: 5/14] appDisplay: Reduce folder dialog popdown timeout
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/gbsneto/icon-grid-dnd-fixes: 5/14] appDisplay: Reduce folder dialog popdown timeout
- Date: Fri, 25 Sep 2020 14:50:49 +0000 (UTC)
commit b33a8692dd379ce21fc9af66c69ad586bb8a2505
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Thu Sep 24 11:59:35 2020 -0300
appDisplay: Reduce folder dialog popdown timeout
1500ms is too long of a delay, and it confuses people more than it
helps with accidental drops.
Reduce the timeout to 500ms as per design feedback.
Related: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3092
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1447
js/ui/appDisplay.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index a60cf41f3d..67f67f81cb 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -19,7 +19,7 @@ const Params = imports.misc.params;
const SystemActions = imports.misc.systemActions;
var MENU_POPUP_TIMEOUT = 600;
-var POPDOWN_DIALOG_TIMEOUT = 1500;
+var POPDOWN_DIALOG_TIMEOUT = 500;
var FOLDER_SUBICON_FRACTION = .4;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]