1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-25 18:57:18 +08:00

Fix one more misalignment on leaderboard scores

This commit is contained in:
Dean Herbert 2025-02-14 19:07:02 +09:00
parent 82c16dee60
commit b86eeabef0
No known key found for this signature in database

View File

@ -180,6 +180,7 @@ namespace osu.Game.Online.Leaderboards
Height = 28,
Direction = FillDirection.Horizontal,
Spacing = new Vector2(10f, 0f),
Margin = new MarginPadding { Bottom = -2 },
Children = new Drawable[]
{
flagBadgeAndDateContainer = new FillFlowContainer