Revert "appDisplay: Reduce drag overshoot timeout"
This reverts commit 01e43969e8
.
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>
This commit is contained in:
parent
1e9749a782
commit
82b1a36bb3
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user