mirror of
https://github.com/ppy/osu
synced 2024-12-14 19:06:07 +00: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