Change background colour to a lighter tint to avoid clash with slider bars

This commit is contained in:
Dean Herbert 2022-10-14 19:38:27 +09:00
parent 2404bb42b9
commit 32c3e35762
2 changed files with 1 additions and 2 deletions

View File

@ -81,7 +81,7 @@ namespace osu.Game.Overlays
{ {
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.Both,
Alpha = 0.1f, Alpha = 0.1f,
Colour = colourProvider?.Background5 ?? Color4.Black, Colour = colourProvider?.Background4 ?? Color4.Black,
}, },
new FillFlowContainer new FillFlowContainer
{ {

View File

@ -71,7 +71,6 @@ namespace osu.Game.Rulesets.Edit
}, },
RightSideToolboxContainer = new ExpandingToolboxContainer(130, 250) RightSideToolboxContainer = new ExpandingToolboxContainer(130, 250)
{ {
Padding = new MarginPadding(10),
Alpha = DistanceSpacingMultiplier.Disabled ? 0 : 1, Alpha = DistanceSpacingMultiplier.Disabled ? 0 : 1,
Child = new EditorToolboxGroup("snapping") Child = new EditorToolboxGroup("snapping")
{ {