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

light.msstyles: Add List Box parts.

parent a7e1986f
......@@ -333,6 +333,13 @@ BLUE_INI TEXTFILE
"[Edit.Edittext(ReadOnly)]\r\n"
"FillColor = 245 245 245\r\n"
"TextColor = 0 0 0\r\n"
"\r\n; ListBox\r\n"
"[ListBox]\r\n"
"BgType = BorderFill\r\n"
"BorderSize = 1\r\n"
"FillColor = 255 255 255\r\n"
"BorderColor = 174 174 174\r\n"
}
/* Button */
......
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