1
0
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:
Drew DeVault 2016-10-24 11:15:50 -04:00
parent b0898a3ce0
commit a1019f91ba

View File

@ -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)),