Wrong line

This commit is contained in:
smoogipoo 2019-03-02 13:28:16 +09:00
parent 83a02d32f7
commit 268ea6a836
1 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ protected override void LoadComplete()
Drawable effectedUsername = username = new OsuSpriteText
{
Colour = hasBackground ? customUsernameColour : username_colours[message.Sender.Id % username_colours.Length],
Font = OsuFont.GetFont(size: TextSize, weight: FontWeight.SemiBold, italics: true)
Font = OsuFont.GetFont(size: TextSize, weight: FontWeight.Bold, italics: true)
};
if (hasBackground)
@ -137,7 +137,7 @@ protected override void LoadComplete()
{
Anchor = Anchor.CentreLeft,
Origin = Anchor.CentreLeft,
Font = OsuFont.GetFont(size: TextSize * 0.75f, weight: FontWeight.Bold, fixedWidth: true)
Font = OsuFont.GetFont(size: TextSize * 0.75f, weight: FontWeight.SemiBold, fixedWidth: true)
},
new MessageSender(message.Sender)
{