mirror of
https://github.com/ppy/osu.git
synced 2025-02-26 14:23:00 +08: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.Anchor = Anchor.CentreLeft;
|
||||||
username.Origin = Anchor.CentreLeft;
|
username.Origin = Anchor.CentreLeft;
|
||||||
|
username.UseFullGlyphHeight = false;
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -111,7 +112,7 @@ namespace osu.Game.Users
|
|||||||
{
|
{
|
||||||
Anchor = Anchor.CentreLeft,
|
Anchor = Anchor.CentreLeft,
|
||||||
Origin = Anchor.CentreLeft,
|
Origin = Anchor.CentreLeft,
|
||||||
Height = 20,
|
Height = 16,
|
||||||
SupportLevel = User.SupportLevel
|
SupportLevel = User.SupportLevel
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user