Zhiyi Zhang : light.msstyles: Add ListView parts.

Alexandre Julliard julliard at winehq.org
Fri Jun 25 16:29:07 CDT 2021


Module: wine
Branch: master
Commit: ee7be6ea7c00f0ca08f9161d34efe1b13e1d0c82
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=ee7be6ea7c00f0ca08f9161d34efe1b13e1d0c82

Author: Zhiyi Zhang <zzhang at codeweavers.com>
Date:   Fri Jun 25 09:58:58 2021 +0800

light.msstyles: Add ListView parts.

Signed-off-by: Zhiyi Zhang <zzhang at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/light.msstyles/light.rc | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/dlls/light.msstyles/light.rc b/dlls/light.msstyles/light.rc
index f0a462035a7..b7a8f538536 100644
--- a/dlls/light.msstyles/light.rc
+++ b/dlls/light.msstyles/light.rc
@@ -341,6 +341,13 @@ BLUE_INI TEXTFILE
 "FillColor = 255 255 255\r\n"
 "BorderColor = 174 174 174\r\n"
 
+"\r\n; ListView\r\n"
+"[ListView]\r\n"
+"BgType = BorderFill\r\n"
+"BorderSize = 1\r\n"
+"FillColor = 255 255 255\r\n"
+"BorderColor = 174 174 174\r\n"
+
 "\r\n; Rebar\r\n"
 "[Rebar]\r\n"
 "BgType = ImageFile\r\n"




More information about the wine-cvs mailing list