1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-31 17:12:56 +08:00

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 => text = new TextFlowContainer(f =>
{ {
f.Font = OsuFont.GetFont(weight: FontWeight.Regular); f.Font = OsuFont.GetFont(weight: FontWeight.Regular);
f.Truncate = true;
f.MaxWidth = max_width;
}) })
{ {
Margin = new MarginPadding(5), Margin = new MarginPadding(5),