mirror of
https://github.com/reactos/reactos.git
synced 2024-11-26 13:03:30 +08:00
[THEMES][MIZU] Add support for themed Show Desktop button (#5744)
Also double-check button sizing and visual padding. Addendum to df4eb08b031. CORE-15369
This commit is contained in:
parent
3833d927e4
commit
7f021debdc
BIN
media/themes/Mizu/mizu.msstyles/bitmaps/NORMAL_SHOWDESKTOP.bmp
Normal file
BIN
media/themes/Mizu/mizu.msstyles/bitmaps/NORMAL_SHOWDESKTOP.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
@ -138,6 +138,8 @@ NORMAL_TASKBANDSCROLLTHUMBHORIZONTAL_BMP BITMAP "bitmaps/NORMAL_TASKBANDSCROLLTH
|
||||
NORMAL_TASKBANDSCROLLTHUMBVERTICAL_BMP BITMAP "bitmaps/NORMAL_TASKBANDSCROLLTHUMBVERTICAL.bmp"
|
||||
NORMAL_TASKBARBACKGROUNDVERTICAL_BMP BITMAP "bitmaps/NORMAL_TASKBARBACKGROUNDVERTICAL.bmp"
|
||||
NORMAL_TASKBARBACKGROUND_BMP BITMAP "bitmaps/NORMAL_TASKBARBACKGROUND.bmp"
|
||||
NORMAL_SHOWDESKTOPVERTICAL_BMP BITMAP "bitmaps/NORMAL_SHOWDESKTOPVERTICAL.bmp"
|
||||
NORMAL_SHOWDESKTOP_BMP BITMAP "bitmaps/NORMAL_SHOWDESKTOP.bmp"
|
||||
NORMAL_TASKBARCHEVRONVERT_BMP BITMAP "bitmaps/NORMAL_TASKBARCHEVRONVERT.bmp"
|
||||
NORMAL_TASKBARCHEVRON_BMP BITMAP "bitmaps/NORMAL_TASKBARCHEVRON.bmp"
|
||||
NORMAL_TASKBARGRIPPERVERTICAL_BMP BITMAP "bitmaps/NORMAL_TASKBARGRIPPERVERTICAL.bmp"
|
||||
|
@ -2235,7 +2235,7 @@ ContentMargins = 29, 7, 0, 0
|
||||
FillColorHint = 13 141 234
|
||||
ImageCount = 1
|
||||
ImageFile = Normal\TaskbarTray.bmp
|
||||
SizingMargins = 1, 0, 23, 0
|
||||
SizingMargins = 18, 0, 23, 0
|
||||
SizingType = Stretch
|
||||
Transparent = True
|
||||
TransparentColor = 255 0 0
|
||||
@ -2278,3 +2278,21 @@ ImageFile = Normal\TrayChevronHorizontalOpen.bmp
|
||||
Imagelayout = vertical
|
||||
SizingType = TrueSize
|
||||
Transparent = True
|
||||
|
||||
[ShowDesktop::Button]
|
||||
MirrorImage = True
|
||||
ImageCount = 3
|
||||
ImageFile = Normal\ShowDesktop.bmp
|
||||
SizingMargins = 2, 2, 2, 2
|
||||
BgType = ImageFile
|
||||
SizingType = Stretch
|
||||
ImageLayout = Vertical
|
||||
|
||||
[VerticalShowDesktop::Button]
|
||||
MirrorImage = True
|
||||
ImageCount = 3
|
||||
ImageFile = Normal\ShowDesktopVertical.bmp
|
||||
SizingMargins = 2, 2, 2, 2
|
||||
BgType = ImageFile
|
||||
SizingType = Stretch
|
||||
ImageLayout = Vertical
|
||||
|
@ -2235,7 +2235,7 @@ ContentMargins = 29, 7, 0, 0
|
||||
FillColorHint = 13 141 234
|
||||
ImageCount = 1
|
||||
ImageFile = Normal\TaskbarTray.bmp
|
||||
SizingMargins = 1, 0, 23, 0
|
||||
SizingMargins = 18, 0, 23, 0
|
||||
SizingType = Stretch
|
||||
Transparent = True
|
||||
TransparentColor = 255 0 0
|
||||
@ -2278,3 +2278,21 @@ ImageFile = Normal\TrayChevronHorizontalOpen.bmp
|
||||
Imagelayout = vertical
|
||||
SizingType = TrueSize
|
||||
Transparent = True
|
||||
|
||||
[ShowDesktop::Button]
|
||||
MirrorImage = True
|
||||
ImageCount = 3
|
||||
ImageFile = Normal\ShowDesktop.bmp
|
||||
SizingMargins = 2, 2, 2, 2
|
||||
BgType = ImageFile
|
||||
SizingType = Stretch
|
||||
ImageLayout = Vertical
|
||||
|
||||
[VerticalShowDesktop::Button]
|
||||
MirrorImage = True
|
||||
ImageCount = 3
|
||||
ImageFile = Normal\ShowDesktopVertical.bmp
|
||||
SizingMargins = 2, 2, 2, 2
|
||||
BgType = ImageFile
|
||||
SizingType = Stretch
|
||||
ImageLayout = Vertical
|
||||
|
@ -2235,7 +2235,7 @@ ContentMargins = 29, 7, 0, 0
|
||||
FillColorHint = 13 141 234
|
||||
ImageCount = 1
|
||||
ImageFile = Normal\TaskbarTray.bmp
|
||||
SizingMargins = 1, 0, 23, 0
|
||||
SizingMargins = 18, 0, 23, 0
|
||||
SizingType = Stretch
|
||||
Transparent = True
|
||||
TransparentColor = 255 0 0
|
||||
@ -2278,3 +2278,21 @@ ImageFile = Normal\TrayChevronHorizontalOpen.bmp
|
||||
Imagelayout = vertical
|
||||
SizingType = TrueSize
|
||||
Transparent = True
|
||||
|
||||
[ShowDesktop::Button]
|
||||
MirrorImage = True
|
||||
ImageCount = 3
|
||||
ImageFile = Normal\ShowDesktop.bmp
|
||||
SizingMargins = 2, 2, 2, 2
|
||||
BgType = ImageFile
|
||||
SizingType = Stretch
|
||||
ImageLayout = Vertical
|
||||
|
||||
[VerticalShowDesktop::Button]
|
||||
MirrorImage = True
|
||||
ImageCount = 3
|
||||
ImageFile = Normal\ShowDesktopVertical.bmp
|
||||
SizingMargins = 2, 2, 2, 2
|
||||
BgType = ImageFile
|
||||
SizingType = Stretch
|
||||
ImageLayout = Vertical
|
||||
|
Loading…
Reference in New Issue
Block a user