Merge pull request #8320 from recapitalverb/fix-mapper-alignment

Fix mapper info alignment in score panel
This commit is contained in:
Dan Balasescu
2020-03-18 10:59:05 +09:00
committed by GitHub

View File

@ -159,6 +159,8 @@ namespace osu.Game.Screens.Ranking.Expanded
}, },
new OsuTextFlowContainer(s => s.Font = OsuFont.Torus.With(size: 12)) new OsuTextFlowContainer(s => s.Font = OsuFont.Torus.With(size: 12))
{ {
Anchor = Anchor.TopCentre,
Origin = Anchor.TopCentre,
AutoSizeAxes = Axes.Both, AutoSizeAxes = Axes.Both,
Direction = FillDirection.Horizontal, Direction = FillDirection.Horizontal,
}.With(t => }.With(t =>