Commit 9cdb11dc authored by Zhiyi Zhang's avatar Zhiyi Zhang Committed by Alexandre Julliard

light.msstyles: Fix incorrect progress bar chunk color.

Fix Nokia SDK 2.0 for Java installer not showing progress chunks. Signed-off-by: 's avatarZhiyi Zhang <zzhang@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent bb116c4b
......@@ -457,7 +457,7 @@ BLUE_INI TEXTFILE
"ProgressSpaceSize = 0\r\n"
"BgType = BorderFill\r\n"
"FillType = Solid\r\n"
"FillColor = 255 255 255\r\n"
"FillColor = 48 150 250\r\n"
"BorderSize = 1\r\n"
"BorderColor = 174 174 174\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