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

light.msstyles: Add Edit parts.

parent 2d148334
......@@ -318,6 +318,21 @@ BLUE_INI TEXTFILE
"GlyphImageFile = blue_combobutton_glyph.bmp\r\n"
"GlyphTransparent = True\r\n"
"Transparent = True\r\n"
"\r\n; Edit\r\n"
"[Edit]\r\n"
"BgType = BorderFill\r\n"
"BorderSize = 1\r\n"
"FillColor = 255 255 255\r\n"
"BorderColor = 174 174 174\r\n"
"[Edit.Edittext(Disabled)]\r\n"
"FillColor = 245 245 245\r\n"
"TextColor = 166 166 166\r\n"
"[Edit.Edittext(ReadOnly)]\r\n"
"FillColor = 245 245 245\r\n"
"TextColor = 0 0 0\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