mirror of https://github.com/ppy/osu
Use real ellipsis character
This commit is contained in:
parent
01fd08cba9
commit
717a287d69
|
@ -90,7 +90,7 @@ private void load(OsuColour colours)
|
|||
Shadow = false,
|
||||
Colour = hasBackground ? customUsernameColour : username_colours[message.Sender.Id % username_colours.Length],
|
||||
Truncate = true,
|
||||
EllipsisString = ".. :",
|
||||
EllipsisString = "… :",
|
||||
Font = OsuFont.GetFont(size: TextSize, weight: FontWeight.Bold, italics: true),
|
||||
Anchor = Anchor.TopRight,
|
||||
Origin = Anchor.TopRight,
|
||||
|
|
Loading…
Reference in New Issue