Merge pull request #10623 from cadon0/fix-beatmap-details-metadata-bounce

Fix "bounce" when metadata container text is empty in song select
This commit is contained in:
Dan Balasescu
2020-11-02 10:45:14 +09:00
committed by GitHub

View File

@ -300,6 +300,7 @@ namespace osu.Game.Screens.Select
public MetadataSection(string title)
{
Alpha = 0;
RelativeSizeAxes = Axes.X;
AutoSizeAxes = Axes.Y;