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:
parent
8265e7ce31
commit
a8141bf15f
@ -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),
|
||||||
|
Loading…
Reference in New Issue
Block a user