user32: Change scroll bar minimum thumb size to 8 pixels.

It's 8 pixels on XP and Win 7. On Win 10, it's the same size as themed scroll bar thumb.

Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zhiyi Zhang 2021-09-09 14:48:47 +08:00 committed by Alexandre Julliard
parent 7290db3e7a
commit e0c0f0f19a
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ typedef struct
#define SCROLL_MIN_RECT 4
/* Minimum size of the thumb in pixels */
#define SCROLL_MIN_THUMB 6
#define SCROLL_MIN_THUMB 8
/* Overlap between arrows and thumb */
#define SCROLL_ARROW_THUMB_OVERLAP 0