Fix "bounce" when metadata container text is empty

This commit is contained in:
cadon0
2020-10-31 01:03:57 +13:00
parent da54e9f591
commit a1fa6588f6

View File

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