Adjust layout to be two columns (and more friendly to vertical screens)

This commit is contained in:
Dean Herbert
2020-07-07 18:28:43 +09:00
parent c74bfd5c88
commit 4a1bea4874
2 changed files with 32 additions and 10 deletions

View File

@ -86,7 +86,10 @@ namespace osu.Game.Screens.Multi.Components
Text = title,
Font = OsuFont.GetFont(size: 14, weight: FontWeight.SemiBold)
},
details = new OsuSpriteText { Font = OsuFont.GetFont(size: 14, weight: FontWeight.SemiBold) },
details = new OsuSpriteText
{
Font = OsuFont.GetFont(size: 14, weight: FontWeight.SemiBold)
},
}
},
},