Commit 760acf6c authored by Zhiyi Zhang's avatar Zhiyi Zhang Committed by Alexandre Julliard

light.msstyles: Add scrollbar width and height.

Fix a bug that scrollbar width and height don't change when activating Light theme. For example, when theming is inactive, change scrollbar width from the default 16 pixels to 32 pixels, then activate Light theme. Then scrollbar width should be changed to the theme specified scrollbar width. Signed-off-by: 's avatarZhiyi Zhang <zzhang@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent fc7420de
......@@ -144,7 +144,10 @@ BLUE_INI TEXTFILE
"EdgeFillColor = 255 255 255\r\n"
"\r\n[SysMetrics]\r\n"
"; System colors\r\n"
"ScrollbarWidth = 16\r\n"
"ScrollbarHeight = 16\r\n"
"\r\n; System colors\r\n"
"Scrollbar = 255 255 255\r\n"
"Background = 37 111 149\r\n"
"ActiveCaption = 50 150 250\r\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment