1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-05 10:23:20 +08:00

Fix mapper info alignment in score panel

This commit is contained in:
recapitalverb 2020-03-17 23:02:39 +07:00
parent 156a3db57d
commit 99409fb7d1

View File

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