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:
parent
156a3db57d
commit
99409fb7d1
@ -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 =>
|
||||
|
Loading…
Reference in New Issue
Block a user