mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Make support badge in list match groups
This commit is contained in:
@ -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
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user