Commit 77b6cf56 authored by Zhiyi Zhang's avatar Zhiyi Zhang Committed by Alexandre Julliard

light.msstyles: Don't draw a border for progress fill parts.

These parts were supposed to contain a solid fill background without a border. If BorderSize is not set, they will use the border size of 1 from the inherited progress class.
parent 2960cf2e
......@@ -1230,27 +1230,35 @@ BLUE_INI TEXTFILE
"FillColor = 48 150 250\r\n"
"[Progress.Fill]\r\n"
"BorderSize = 0\r\n"
"FillColor = 48 150 250\r\n"
"[Progress.FillVert]\r\n"
"BorderSize = 0\r\n"
"FillColor = 48 150 250\r\n"
"[Progress.Fill(Error)]\r\n"
"BorderSize = 0\r\n"
"FillColor = 213 0 0\r\n"
"[Progress.FillVert(Error)]\r\n"
"BorderSize = 0\r\n"
"FillColor = 213 0 0\r\n"
"[Progress.Fill(Paused)]\r\n"
"BorderSize = 0\r\n"
"FillColor = 255 238 88\r\n"
"[Progress.FillVert(Paused)]\r\n"
"BorderSize = 0\r\n"
"FillColor = 255 238 88\r\n"
"[Progress.Fill(Partial)]\r\n"
"BorderSize = 0\r\n"
"FillColor = 189 189 189\r\n"
"[Progress.FillVert(Partial)]\r\n"
"BorderSize = 0\r\n"
"FillColor = 189 189 189\r\n"
"[Progress.PulseOverlay]\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