mirror of
https://github.com/ppy/osu
synced 2025-02-17 02:47:19 +00:00
Change background colour to a lighter tint to avoid clash with slider bars
This commit is contained in:
parent
2404bb42b9
commit
32c3e35762
@ -81,7 +81,7 @@ namespace osu.Game.Overlays
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Alpha = 0.1f,
|
||||
Colour = colourProvider?.Background5 ?? Color4.Black,
|
||||
Colour = colourProvider?.Background4 ?? Color4.Black,
|
||||
},
|
||||
new FillFlowContainer
|
||||
{
|
||||
|
@ -71,7 +71,6 @@ namespace osu.Game.Rulesets.Edit
|
||||
},
|
||||
RightSideToolboxContainer = new ExpandingToolboxContainer(130, 250)
|
||||
{
|
||||
Padding = new MarginPadding(10),
|
||||
Alpha = DistanceSpacingMultiplier.Disabled ? 0 : 1,
|
||||
Child = new EditorToolboxGroup("snapping")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user