From 965230ded43ddc1a16f3d0e7f293e1548f4bcaf4 Mon Sep 17 00:00:00 2001 From: Ethan Rodensky Date: Tue, 14 May 2024 15:56:03 -0400 Subject: [PATCH] [THEMES][LUNAR] Fix SizingMargins for the taskbar and tray backgrounds (#6888) CORE-11698 --- .../lunar.msstyles/textfiles/ExtraLargeReactOS.INI | 12 ++++++------ .../lunar.msstyles/textfiles/LargeFontsReactOS.INI | 12 ++++++------ .../Lunar/lunar.msstyles/textfiles/NormalReactOS.INI | 12 ++++++------ 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/media/themes/Lunar/lunar.msstyles/textfiles/ExtraLargeReactOS.INI b/media/themes/Lunar/lunar.msstyles/textfiles/ExtraLargeReactOS.INI index c03cee44066..18f16025d50 100644 --- a/media/themes/Lunar/lunar.msstyles/textfiles/ExtraLargeReactOS.INI +++ b/media/themes/Lunar/lunar.msstyles/textfiles/ExtraLargeReactOS.INI @@ -1019,7 +1019,7 @@ BgType = ImageFile FillColorHint = 36 94 220 ImageCount = 1 ImageFile = ReactOS\TaskbarBackground.bmp -SizingMargins = 0, 0, 26, 0 +SizingMargins = 0, 0, 16, 0 SizingType = Stretch TRANSPARENT = true TRANSPARENTCOLOR = 255 0 255 @@ -1029,7 +1029,7 @@ BgType = ImageFile FillColorHint = 36 94 220 ImageCount = 1 ImageFile = ReactOS\TaskbarBackgroundVertical.bmp -SizingMargins = 0, 0, 0, 0 +SizingMargins = 16, 0, 0, 0 SizingType = Stretch [TaskBar.BackgroundRight] @@ -1037,7 +1037,7 @@ BgType = ImageFile FillColorHint = 36 94 220 ImageCount = 1 ImageFile = ReactOS\TaskbarBackgroundVertical.bmp -SizingMargins = 0, 0, 0, 0 +SizingMargins = 16, 0, 0, 0 SizingType = Stretch [TaskBar.BackgroundTop] @@ -1045,7 +1045,7 @@ BgType = ImageFile FillColorHint = 36 94 220 ImageCount = 1 ImageFile = ReactOS\TaskbarBackground.bmp -SizingMargins = 0, 0, 26, 0 +SizingMargins = 0, 0, 16, 0 SizingType = Stretch ContentMargins = 1, 1, 1, 1 @@ -2230,7 +2230,7 @@ ContentMargins = 3, 0, 0, 0 FillColorHint = 13 141 234 ImageCount = 1 ImageFile = ReactOS\TaskbarTray.bmp -SizingMargins = 0, 0, 26, 0 +SizingMargins = 0, 0, 16, 0 SizingType = Stretch Transparent = True TransparentColor = 255 0 0 @@ -2260,7 +2260,7 @@ ContentMargins = 0, 0, 2, 0 FillColorHint = 13 141 234 ImageCount = 1 ImageFile = ReactOS\TaskbarTrayVertical.bmp -SizingMargins = 0, 0, 0, 0 +SizingMargins = 16, 0, 0, 0 SizingType = Stretch Transparent = True TransparentColor = 255 0 0 diff --git a/media/themes/Lunar/lunar.msstyles/textfiles/LargeFontsReactOS.INI b/media/themes/Lunar/lunar.msstyles/textfiles/LargeFontsReactOS.INI index f020a11a8f1..777daadff75 100644 --- a/media/themes/Lunar/lunar.msstyles/textfiles/LargeFontsReactOS.INI +++ b/media/themes/Lunar/lunar.msstyles/textfiles/LargeFontsReactOS.INI @@ -1019,7 +1019,7 @@ BgType = ImageFile FillColorHint = 36 94 220 ImageCount = 1 ImageFile = ReactOS\TaskbarBackground.bmp -SizingMargins = 0, 0, 26, 0 +SizingMargins = 0, 0, 16, 0 SizingType = Stretch TRANSPARENT = true TRANSPARENTCOLOR = 255 0 255 @@ -1029,7 +1029,7 @@ BgType = ImageFile FillColorHint = 36 94 220 ImageCount = 1 ImageFile = ReactOS\TaskbarBackgroundVertical.bmp -SizingMargins = 0, 0, 0, 0 +SizingMargins = 16, 0, 0, 0 SizingType = Stretch [TaskBar.BackgroundRight] @@ -1037,7 +1037,7 @@ BgType = ImageFile FillColorHint = 36 94 220 ImageCount = 1 ImageFile = ReactOS\TaskbarBackgroundVertical.bmp -SizingMargins = 0, 0, 0, 0 +SizingMargins = 16, 0, 0, 0 SizingType = Stretch [TaskBar.BackgroundTop] @@ -1045,7 +1045,7 @@ BgType = ImageFile FillColorHint = 36 94 220 ImageCount = 1 ImageFile = ReactOS\TaskbarBackground.bmp -SizingMargins = 0, 0, 26, 0 +SizingMargins = 0, 0, 16, 0 SizingType = Stretch ContentMargins = 1, 1, 1, 1 @@ -2230,7 +2230,7 @@ ContentMargins = 3, 0, 0, 0 FillColorHint = 13 141 234 ImageCount = 1 ImageFile = ReactOS\TaskbarTray.bmp -SizingMargins = 0, 0, 26, 0 +SizingMargins = 0, 0, 16, 0 SizingType = Stretch Transparent = True TransparentColor = 255 0 0 @@ -2260,7 +2260,7 @@ ContentMargins = 0, 0, 2, 0 FillColorHint = 13 141 234 ImageCount = 1 ImageFile = ReactOS\TaskbarTrayVertical.bmp -SizingMargins = 0, 0, 0, 0 +SizingMargins = 16, 0, 0, 0 SizingType = Stretch Transparent = True TransparentColor = 255 0 0 diff --git a/media/themes/Lunar/lunar.msstyles/textfiles/NormalReactOS.INI b/media/themes/Lunar/lunar.msstyles/textfiles/NormalReactOS.INI index f8d915b9d34..6f3e6d37809 100644 --- a/media/themes/Lunar/lunar.msstyles/textfiles/NormalReactOS.INI +++ b/media/themes/Lunar/lunar.msstyles/textfiles/NormalReactOS.INI @@ -1019,7 +1019,7 @@ BgType = ImageFile FillColorHint = 36 94 220 ImageCount = 1 ImageFile = ReactOS\TaskbarBackground.bmp -SizingMargins = 0, 0, 26, 0 +SizingMargins = 0, 0, 16, 0 SizingType = Stretch TRANSPARENT = true TRANSPARENTCOLOR = 255 0 255 @@ -1029,7 +1029,7 @@ BgType = ImageFile FillColorHint = 36 94 220 ImageCount = 1 ImageFile = ReactOS\TaskbarBackgroundVertical.bmp -SizingMargins = 0, 0, 0, 0 +SizingMargins = 16, 0, 0, 0 SizingType = Stretch [TaskBar.BackgroundRight] @@ -1037,7 +1037,7 @@ BgType = ImageFile FillColorHint = 36 94 220 ImageCount = 1 ImageFile = ReactOS\TaskbarBackgroundVertical.bmp -SizingMargins = 0, 0, 0, 0 +SizingMargins = 16, 0, 0, 0 SizingType = Stretch [TaskBar.BackgroundTop] @@ -1045,7 +1045,7 @@ BgType = ImageFile FillColorHint = 36 94 220 ImageCount = 1 ImageFile = ReactOS\TaskbarBackground.bmp -SizingMargins = 0, 0, 26, 0 +SizingMargins = 0, 0, 16, 0 SizingType = Stretch ContentMargins = 1, 1, 1, 1 @@ -2230,7 +2230,7 @@ ContentMargins = 3, 0, 0, 0 FillColorHint = 13 141 234 ImageCount = 1 ImageFile = ReactOS\TaskbarTray.bmp -SizingMargins = 0, 0, 26, 0 +SizingMargins = 0, 0, 16, 0 SizingType = Stretch Transparent = True TransparentColor = 255 0 0 @@ -2260,7 +2260,7 @@ ContentMargins = 0, 0, 2, 0 FillColorHint = 13 141 234 ImageCount = 1 ImageFile = ReactOS\TaskbarTrayVertical.bmp -SizingMargins = 0, 0, 0, 0 +SizingMargins = 16, 0, 0, 0 SizingType = Stretch Transparent = True TransparentColor = 255 0 0