mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Use OsuTextFlowContainer for multi-lines
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user