Commit cbc0d24f authored by Zhiyi Zhang's avatar Zhiyi Zhang Committed by Alexandre Julliard

light.msstyles: Adjust scroll bar arrow width and height to 17 pixels.

Themed scroll bar width and height are 17 pixels on XP. Fix that Light theme scroll bar arrow glyphs look off by 1 pixel. The combo button glyphs also have to be moved by 1 pixel because it was designed against the old scroll bar arrow button width and height. Signed-off-by: 's avatarZhiyi Zhang <zzhang@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 3acf12b8
...@@ -5,24 +5,21 @@ ...@@ -5,24 +5,21 @@
<cc:Work rdf:about=""> <cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format> <dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<dc:title/>
</cc:Work> </cc:Work>
</rdf:RDF> </rdf:RDF>
</metadata> </metadata>
<g> <path d="m0-1.8521h6.35v6.35h-6.35z" fill="none" stroke-width=".26458"/>
<path d="m0-1.8521h6.35v6.35h-6.35z" fill="none" stroke-width=".26458"/> <path d="m0 3.7042h6.35v6.35h-6.35z" fill="none" stroke-width=".26458"/>
<path d="m0 3.7042h6.35v6.35h-6.35z" fill="none" stroke-width=".26458"/> <path d="m0.52915 0.66961 0.92136 0.91789 0.13162-0.13113-0.92136-0.91789z" stroke-width=".26458"/>
<path d="m0.39688 0.66961 0.92136 0.91789 0.13162-0.13113-0.92136-0.91789z" stroke-width=".26458"/> <path d="m2.2496 0.52917-0.92136 0.91789 0.13162 0.13113 0.92136-0.91789z" stroke-width=".26458"/>
<path d="m2.1173 0.52917-0.92136 0.91789 0.13162 0.13113 0.92136-0.91789z" stroke-width=".26458"/> <g transform="translate(.13227)">
<g> <g stroke-width=".26458">
<g stroke-width=".26458"> <path d="m0.39688 2.5217 0.92136 0.91789 0.13162-0.13113-0.92136-0.91789z" fill="#3096fa"/>
<path d="m0.39688 2.5217 0.92136 0.91789 0.13162-0.13113-0.92136-0.91789z" fill="#3096fa"/> <path d="m2.1173 2.3812-0.92136 0.91789 0.13162 0.13113 0.92136-0.91789z" fill="#3096fa"/>
<path d="m2.1173 2.3812-0.92136 0.91789 0.13162 0.13113 0.92136-0.91789z" fill="#3096fa"/> <path d="m0.39688 4.3738 0.92136 0.91789 0.13162-0.13113-0.92136-0.91789z" fill="#fff"/>
<path d="m0.39688 4.3738 0.92136 0.91789 0.13162-0.13113-0.92136-0.91789z" fill="#fff"/> <path d="m2.1173 4.2333-0.92136 0.91789 0.13162 0.13113 0.92136-0.91789z" fill="#fff"/>
<path d="m2.1173 4.2333-0.92136 0.91789 0.13162 0.13113 0.92136-0.91789z" fill="#fff"/>
</g>
<path d="m0.39688 6.2259 0.92136 0.91789 0.13162-0.13113-0.92136-0.91789z" fill="#aeaeae"/>
<path d="m2.1173 6.0854-0.92136 0.91789 0.13162 0.13113 0.92136-0.91789z" fill="#aeaeae"/>
</g> </g>
<path d="m0.39688 6.2259 0.92136 0.91789 0.13162-0.13113-0.92136-0.91789z" fill="#aeaeae"/>
<path d="m2.1173 6.0854-0.92136 0.91789 0.13162 0.13113 0.92136-0.91789z" fill="#aeaeae"/>
</g> </g>
</svg> </svg>
...@@ -144,8 +144,8 @@ BLUE_INI TEXTFILE ...@@ -144,8 +144,8 @@ BLUE_INI TEXTFILE
"EdgeFillColor = 255 255 255\r\n" "EdgeFillColor = 255 255 255\r\n"
"\r\n[SysMetrics]\r\n" "\r\n[SysMetrics]\r\n"
"ScrollbarWidth = 16\r\n" "ScrollbarWidth = 17\r\n"
"ScrollbarHeight = 16\r\n" "ScrollbarHeight = 17\r\n"
"\r\n; System colors\r\n" "\r\n; System colors\r\n"
"Scrollbar = 255 255 255\r\n" "Scrollbar = 255 255 255\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