Adjust explicit label spacing on beatmap set overlay

This commit is contained in:
Bartłomiej Dach 2021-01-17 00:35:23 +01:00
parent 6281c1086a
commit 816cc7a59b
1 changed files with 4 additions and 4 deletions

View File

@ -145,14 +145,14 @@ public Header()
{
Anchor = Anchor.BottomLeft,
Origin = Anchor.BottomLeft,
Margin = new MarginPadding { Left = 3, Bottom = 4 }, // To better lineup with the font
Margin = new MarginPadding { Left = 5, Bottom = 4 }, // To better lineup with the font
},
explicitPill = new ExplicitBeatmapPill
{
Alpha = 0f,
Anchor = Anchor.CentreLeft,
Origin = Anchor.CentreLeft,
Margin = new MarginPadding { Left = 15f, Top = 4 },
Anchor = Anchor.BottomLeft,
Origin = Anchor.BottomLeft,
Margin = new MarginPadding { Left = 10, Bottom = 4 },
}
}
},