[gnome-shell/gbsneto/app-grid-follow-ups: 1/3] Revert "appDisplay: Reduce drag overshoot timeout"
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/gbsneto/app-grid-follow-ups: 1/3] Revert "appDisplay: Reduce drag overshoot timeout"
- Date: Tue, 23 Aug 2022 15:54:01 +0000 (UTC)
commit 82b1a36bb3d327620ab5f67d71f70334778e36e9
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Sat Aug 20 18:33:31 2022 -0300
Revert "appDisplay: Reduce drag overshoot timeout"
This reverts commit 01e43969e812e42c7218727506474f9f1b626fa7.
As per design feedback [1].
[1]
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2335#note_1525991
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2442>
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 92ed05b72f..fd73bf1b71 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -44,7 +44,7 @@ const PAGE_INDICATOR_FADE_TIME = 200;
const PAGE_PREVIEW_RATIO = 0.20;
const OVERSHOOT_THRESHOLD = 20;
-const OVERSHOOT_TIMEOUT = 300;
+const OVERSHOOT_TIMEOUT = 1000;
const DELAYED_MOVE_TIMEOUT = 200;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]