diff --git a/src/yaw-tab/ui.cpp b/src/yaw-tab/ui.cpp index 85cd80b..7864c87 100644 --- a/src/yaw-tab/ui.cpp +++ b/src/yaw-tab/ui.cpp @@ -156,7 +156,7 @@ bool TabUI::onScroll(const ScrollEvent &ev) const uint x = getWidth(); const uint y = getHeight(); - add = (ev.delta.getY() > 0) ? 1 : -1; + add = (ev.delta.getY() > 0) ? 20 : -20; float tabletAspectRatio; if (tab.initialized)