mirror of
https://github.com/ppy/osu.git
synced 2025-01-19 02:52:54 +08:00
Only wrap by per word
This commit is contained in:
parent
8265e7ce31
commit
a8141bf15f
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user