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 new FlowContainer
{ {
AutoSizeAxes = Axes.Both,
Children = new[] Children = new[]
{ {
new DifficultyIcon(FontAwesome.dot_circle_o, new Color4(159, 198, 0, 255)), new DifficultyIcon(FontAwesome.dot_circle_o, new Color4(159, 198, 0, 255)),