mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Align placeholder.
This commit is contained in:
@ -321,11 +321,11 @@ namespace osu.Game.Overlays.Profile
|
||||
|
||||
if (user.Age != null)
|
||||
{
|
||||
infoTextLeft.AddText($"{user.Age} years old", boldItalic);
|
||||
infoTextLeft.AddText($"{user.Age} years old ", boldItalic);
|
||||
}
|
||||
if (user.Country != null)
|
||||
{
|
||||
infoTextLeft.AddText(" from ");
|
||||
infoTextLeft.AddText("from ");
|
||||
infoTextLeft.AddText(user.Country.FullName, boldItalic);
|
||||
}
|
||||
infoTextLeft.NewParagraph();
|
||||
|
Reference in New Issue
Block a user