mirror of
https://github.com/ppy/osu
synced 2025-02-04 04:11:54 +00:00
Make support badge in list match groups
This commit is contained in:
parent
edd37a9a7c
commit
686259a33c
@ -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
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user