diff --git a/es-core/src/components/ScrollableContainer.cpp b/es-core/src/components/ScrollableContainer.cpp index 4e185a46f..577e2ab28 100644 --- a/es-core/src/components/ScrollableContainer.cpp +++ b/es-core/src/components/ScrollableContainer.cpp @@ -11,8 +11,8 @@ #include "renderers/Renderer.h" #define AUTO_SCROLL_RESET_DELAY 3000 // ms to reset to top after we reach the bottom. -#define AUTO_SCROLL_DELAY 1000 // ms to wait before we start to scroll. -#define AUTO_SCROLL_SPEED 100 // ms between scrolls. +#define AUTO_SCROLL_DELAY 2000 // ms to wait before we start to scroll. +#define AUTO_SCROLL_SPEED 130 // ms between scrolls. ScrollableContainer::ScrollableContainer( Window* window)