mirror of
https://github.com/osukey/osukey.git
synced 2025-05-16 11:07:35 +09:00
Use real ellipsis character
This commit is contained in:
parent
01fd08cba9
commit
717a287d69
@ -90,7 +90,7 @@ namespace osu.Game.Overlays.Chat
|
|||||||
Shadow = false,
|
Shadow = false,
|
||||||
Colour = hasBackground ? customUsernameColour : username_colours[message.Sender.Id % username_colours.Length],
|
Colour = hasBackground ? customUsernameColour : username_colours[message.Sender.Id % username_colours.Length],
|
||||||
Truncate = true,
|
Truncate = true,
|
||||||
EllipsisString = ".. :",
|
EllipsisString = "… :",
|
||||||
Font = OsuFont.GetFont(size: TextSize, weight: FontWeight.Bold, italics: true),
|
Font = OsuFont.GetFont(size: TextSize, weight: FontWeight.Bold, italics: true),
|
||||||
Anchor = Anchor.TopRight,
|
Anchor = Anchor.TopRight,
|
||||||
Origin = Anchor.TopRight,
|
Origin = Anchor.TopRight,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user