1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 21:27:24 +08:00

Make support badge in list match groups

This commit is contained in:
EXtremeExploit 2023-03-08 13:57:20 -03:00
parent edd37a9a7c
commit 686259a33c
No known key found for this signature in database

View File

@ -67,6 +67,7 @@ namespace osu.Game.Users
{
username.Anchor = Anchor.CentreLeft;
username.Origin = Anchor.CentreLeft;
username.UseFullGlyphHeight = false;
})
}
},
@ -111,7 +112,7 @@ namespace osu.Game.Users
{
Anchor = Anchor.CentreLeft,
Origin = Anchor.CentreLeft,
Height = 20,
Height = 16,
SupportLevel = User.SupportLevel
});
}