light.msstyles: Add Status parts.

Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zhiyi Zhang 2021-06-25 09:58:45 +08:00 committed by Alexandre Julliard
parent 37e85d3a23
commit c4d58096cd
6 changed files with 65 additions and 0 deletions

View file

@ -37,6 +37,8 @@ SVG_SRCS = \
blue_spin_glyph_left.svg \
blue_spin_glyph_right.svg \
blue_spin_glyph_up.svg \
blue_status_background.svg \
blue_status_pane.svg \
blue_toolbar_buttons.svg \
blue_toolbar_buttons_split.svg \
blue_toolbar_buttons_split_dropdown.svg \

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 B

View file

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="bitmap:3-24" width="3" height="4" version="1.1" viewBox="0 0 .79375 1.0583" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<metadata>
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<dc:title/>
</cc:Work>
</rdf:RDF>
</metadata>
<rect y=".13229" width=".79375" height="3.4173e-7" fill="#aeaeae" stroke="#aeaeae" stroke-width=".26458"/>
<rect x="-1.1102e-16" y=".26457" width=".79375" height=".79375" fill="#f5f5f5"/>
</svg>

After

Width:  |  Height:  |  Size: 715 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B

View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="bitmap:3-32" width="3" height="15" version="1.1" viewBox="0 0 .79375 3.9688" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<metadata>
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<dc:title/>
</cc:Work>
</rdf:RDF>
</metadata>
<rect x=".26458" width=".26458" height="3.7042" fill="#aeaeae" stroke-width="0"/>
</svg>

After

Width:  |  Height:  |  Size: 609 B

View file

@ -532,6 +532,35 @@ BLUE_INI TEXTFILE
"GlyphImageFile = blue_spin_glyph_left.bmp\r\n"
"GlyphTransparent = True\r\n"
"\r\n; Status\r\n"
"[Status]\r\n"
"SizingMargins = 1, 1, 2, 1\r\n"
"ImageFile = blue_status_background.bmp\r\n"
"BgType = ImageFile\r\n"
"ImageCount = 1\r\n"
"SizingType = Stretch\r\n"
"[Status.Pane]\r\n"
"SizingMargins = 0, 2, 2, 2\r\n"
"ImageFile = blue_status_pane.bmp\r\n"
"BgType = ImageFile\r\n"
"ImageCount = 1\r\n"
"SizingType = Tile\r\n"
"Transparent = True\r\n"
"[Status.GripperPane]\r\n"
"BgType = None\r\n"
"[Status.Gripper]\r\n"
"ContentMargins = 0, 0, 0, 0\r\n"
"; Same as scrollbar resize box gripper \r\n"
"ImageFile = blue_scrollbar_resizebox_grip.bmp\r\n"
"BgType = ImageFile\r\n"
"ImageCount = 2\r\n"
"SizingType = TrueSize\r\n"
"Transparent = True\r\n"
"VAlign = Bottom\r\n"
"\r\n; Toolbar\r\n"
"[Toolbar]\r\n"
"BgType = BorderFill\r\n"
@ -707,6 +736,13 @@ BLUE_SPIN_GLYPH_RIGHT_BMP BITMAP "blue_spin_glyph_right.bmp"
/* @makedep: blue_spin_glyph_up.bmp */
BLUE_SPIN_GLYPH_UP_BMP BITMAP "blue_spin_glyph_up.bmp"
/* Status */
/* @makedep: blue_status_background.bmp */
BLUE_STATUS_BACKGROUND_BMP BITMAP "blue_status_background.bmp"
/* @makedep: blue_status_pane.bmp */
BLUE_STATUS_PANE_BMP BITMAP "blue_status_pane.bmp"
/* ToolBar */
/* @makedep: blue_toolbar_buttons.bmp */
BLUE_TOOLBAR_BUTTONS_BMP BITMAP "blue_toolbar_buttons.bmp"