From 98395bc81dd7c2dec828e9ef0bd1cc3232c7dc77 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sun, 14 Mar 2021 10:04:52 +0100 Subject: [PATCH] Slightly decreased 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 7837f7133..fc37bbb63 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}, - {1400, 114}, + {1200, 114}, {0, 16} }; const ScrollTierList LIST_SCROLL_STYLE_QUICK = {