mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 02:42:54 +08:00
fix comment
This commit is contained in:
parent
0eaebfd40a
commit
1de0bed83d
@ -52,8 +52,8 @@ namespace osu.Game.Overlays.Profile.Header.Components
|
|||||||
new Box
|
new Box
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
// Normal background color is 0.75 opacity, probationary doesn't have this cause they are a bit transparent already
|
|
||||||
Colour = colourProvider?.Background6 ?? Colour4.Black,
|
Colour = colourProvider?.Background6 ?? Colour4.Black,
|
||||||
|
// Normal badges background opacity is 75%, probationary is full opacity as the whole badge gets a bit transparent
|
||||||
Alpha = group.IsProbationary ? 1 : 0.75f,
|
Alpha = group.IsProbationary ? 1 : 0.75f,
|
||||||
},
|
},
|
||||||
innerContainer = new FillFlowContainer
|
innerContainer = new FillFlowContainer
|
||||||
|
Loading…
Reference in New Issue
Block a user