mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Bring framework up-to-date
This commit is contained in:
@ -22,7 +22,7 @@ namespace osu.Game.Overlays.Music
|
||||
private Color4 artistColour;
|
||||
|
||||
private TextAwesome handle;
|
||||
private Paragraph text;
|
||||
private TextFlowContainer text;
|
||||
private IEnumerable<SpriteText> titleSprites;
|
||||
private UnicodeBindableString titleBind;
|
||||
private UnicodeBindableString artistBind;
|
||||
@ -77,7 +77,7 @@ namespace osu.Game.Overlays.Music
|
||||
Margin = new MarginPadding { Left = 5 },
|
||||
Padding = new MarginPadding { Top = 2 },
|
||||
},
|
||||
text = new Paragraph
|
||||
text = new TextFlowContainer
|
||||
{
|
||||
RelativeSizeAxes = Axes.X,
|
||||
AutoSizeAxes = Axes.Y,
|
||||
|
Reference in New Issue
Block a user