Use OsuTextFlowContainer for multi-lines

This commit is contained in:
KingLuigi4932
2019-06-13 17:32:27 +03:00
parent 1a50544c94
commit 155f7c7e03
2 changed files with 11 additions and 17 deletions

View File

@ -135,7 +135,7 @@ namespace osu.Game.Overlays.BeatmapSet
Margin = new MarginPadding { Top = 20 },
Child = author = new AuthorInfo(),
},
beatmapNotAvailable = new BeatmapNotAvailable { Header = this },
beatmapNotAvailable = new BeatmapNotAvailable(),
new Container
{
RelativeSizeAxes = Axes.X,