Only wrap by per word

This commit is contained in:
jkh675 2024-08-02 21:50:24 +08:00
parent 8265e7ce31
commit a8141bf15f

View File

@ -75,8 +75,6 @@ namespace osu.Game.Graphics.Cursor
text = new TextFlowContainer(f =>
{
f.Font = OsuFont.GetFont(weight: FontWeight.Regular);
f.Truncate = true;
f.MaxWidth = max_width;
})
{
Margin = new MarginPadding(5),