mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:07:52 +08:00
Use better value for alignment
This commit is contained in:
parent
d189fa0f69
commit
8312f92b4e
@ -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 },
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user