mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 16:27:26 +08:00
Fix drawable room playlist item assuming single sprite text
This commit is contained in:
parent
b95c95527e
commit
ad98ab0a26
@ -111,7 +111,6 @@ namespace osu.Game.Screens.OnlinePlay
|
||||
beatmapText.AddLink(Item.Beatmap.Value.GetDisplayTitleRomanisable(), LinkAction.OpenBeatmap, Item.Beatmap.Value.OnlineBeatmapID.ToString(), null, text =>
|
||||
{
|
||||
text.Truncate = true;
|
||||
text.RelativeSizeAxes = Axes.X;
|
||||
});
|
||||
|
||||
authorText.Clear();
|
||||
|
Loading…
Reference in New Issue
Block a user