Remove horizontal margin from mod display

Can skew center alignment on fill flow containers.

Fixes affected areas. Vector2(5, 0) is similar to MarginPadding { Left = 10 }.
This commit is contained in:
Joehu
2020-04-03 11:30:02 -07:00
parent e012af6616
commit 493b654011
6 changed files with 4 additions and 5 deletions

View File

@ -124,6 +124,7 @@ namespace osu.Game.Screens.Ranking.Expanded
Anchor = Anchor.TopCentre,
Origin = Anchor.TopCentre,
AutoSizeAxes = Axes.Both,
Spacing = new Vector2(5, 0),
Children = new Drawable[]
{
new StarRatingDisplay(beatmap)