1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-08 04:24:10 +08:00

Use real ellipsis character

This commit is contained in:
smoogipoo
2019-09-10 17:11:26 +09:00
Unverified
parent 01fd08cba9
commit 717a287d69
+1 -1
View File
@@ -90,7 +90,7 @@ namespace osu.Game.Overlays.Chat
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,