mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:20:04 +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(new OwnerTitleBadge(ownerMeta.OwnerTitle ?? string.Empty)
|
||||||
{
|
{
|
||||||
// add top space to align with username
|
// 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