From 0b5d9cfc52a269423d5e035e026db1e32eedd92d Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sat, 23 Jan 2021 16:42:58 +0100 Subject: [PATCH] Adjusted the time needed to reach the highest scrolling tier. --- es-core/src/components/IList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es-core/src/components/IList.h b/es-core/src/components/IList.h index 41ad939bd..7837f7133 100644 --- a/es-core/src/components/IList.h +++ b/es-core/src/components/IList.h @@ -37,7 +37,7 @@ struct ScrollTierList { // Default scroll tiers. const ScrollTier QUICK_SCROLL_TIERS[] = { {500, 500}, - {2000, 114}, + {1400, 114}, {0, 16} }; const ScrollTierList LIST_SCROLL_STYLE_QUICK = {