light.msstyles: Use stretch sizing type for scroll bar arrow button background.

Scroll bar arrow button background within its sizing margins is all white, using stretch instead of
tile has no visual difference and is more efficient. On Windows, stretch sizing type is also used
for this part.

Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zhiyi Zhang 2022-02-11 15:14:16 +08:00 committed by Alexandre Julliard
parent 2974f23443
commit 3acf12b867
1 changed files with 1 additions and 1 deletions

View File

@ -607,7 +607,7 @@ BLUE_INI TEXTFILE
"BgType = ImageFile\r\n"
"SizingMargins = 5, 5, 5, 5\r\n"
"ContentMargins = 0, 0, 3, 3\r\n"
"SizingType = Tile\r\n"
"SizingType = Stretch\r\n"
"ImageFile = blue_scrollbar_arrows.bmp\r\n"
"ImageCount = 16\r\n"
"ImageLayout = Vertical\r\n"