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

Use better value for alignment

This commit is contained in:
Bartłomiej Dach 2024-02-14 12:24:28 +01:00
parent d189fa0f69
commit 8312f92b4e
No known key found for this signature in database

View File

@ -57,7 +57,7 @@ namespace osu.Game.Overlays.Comments
Add(new OwnerTitleBadge(ownerMeta.OwnerTitle ?? string.Empty)
{
// add top space to align with username
Margin = new MarginPadding { Top = 2f },
Margin = new MarginPadding { Top = 1f },
});
}