[PATCH 1/8] light.msstyles: Use stretch sizing type for scroll bar arrow button background.

Zhiyi Zhang zzhang at codeweavers.com
Fri Feb 11 01:14:16 CST 2022


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 at codeweavers.com>
---
 dlls/light.msstyles/light.rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/light.msstyles/light.rc b/dlls/light.msstyles/light.rc
index ba27c9461bc..bfb04faf9e8 100644
--- a/dlls/light.msstyles/light.rc
+++ b/dlls/light.msstyles/light.rc
@@ -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"
-- 
2.32.0




More information about the wine-devel mailing list