From a1019f91bae54a79c0eaf87b6b88ac7b40a67fd0 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 24 Oct 2016 11:15:50 -0400 Subject: [PATCH] Fix auto size on BeatmapSetBox difficulties --- osu.Game/GameModes/Play/BeatmapGroup.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/osu.Game/GameModes/Play/BeatmapGroup.cs b/osu.Game/GameModes/Play/BeatmapGroup.cs index e46d42df91..3b0dfe1bd5 100644 --- a/osu.Game/GameModes/Play/BeatmapGroup.cs +++ b/osu.Game/GameModes/Play/BeatmapGroup.cs @@ -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)),