mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 03:22:57 +08:00
Reduce black fill of song bar
Closes https://github.com/ppy/osu/issues/24993.
This commit is contained in:
parent
1388f7240e
commit
97e521acad
@ -84,6 +84,7 @@ namespace osu.Game.Tournament.Components
|
|||||||
{
|
{
|
||||||
Colour = colours.Gray3,
|
Colour = colours.Gray3,
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
|
Alpha = 0.4f,
|
||||||
},
|
},
|
||||||
flow = new FillFlowContainer
|
flow = new FillFlowContainer
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user