Module: wine Branch: master Commit: 939b3d19318a2d8947997e80767659fd00f67e43 URL: https://gitlab.winehq.org/wine/wine/-/commit/939b3d19318a2d8947997e80767659f...
Author: Sam Joan Roque-Worcel sam@roque-worcel.com Date: Fri Apr 5 21:35:51 2024 +0100
win32u: Make SCROLL_MIN_THUMB larger.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54759
---
dlls/win32u/scroll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/win32u/scroll.c b/dlls/win32u/scroll.c index 19a9a1379f4..f72ef0c2929 100644 --- a/dlls/win32u/scroll.c +++ b/dlls/win32u/scroll.c @@ -36,7 +36,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(scroll); #define SCROLL_MIN_RECT 4
/* Minimum size of the thumb in pixels */ -#define SCROLL_MIN_THUMB 8 +#define SCROLL_MIN_THUMB 17
/* Overlap between arrows and thumb */ #define SCROLL_ARROW_THUMB_OVERLAP 0