mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 20:32:55 +08:00
Fix auto size on BeatmapSetBox difficulties
This commit is contained in:
parent
b0898a3ce0
commit
a1019f91ba
@ -212,6 +212,7 @@ namespace osu.Game.GameModes.Play
|
||||
},
|
||||
new FlowContainer
|
||||
{
|
||||
AutoSizeAxes = Axes.Both,
|
||||
Children = new[]
|
||||
{
|
||||
new DifficultyIcon(FontAwesome.dot_circle_o, new Color4(159, 198, 0, 255)),
|
||||
|
Loading…
Reference in New Issue
Block a user