mirror of
https://github.com/ppy/osu
synced 2025-01-18 20:10:49 +00:00
Reapply lost anchoring fix
This commit is contained in:
parent
43d6d2b2e8
commit
6846a245f4
@ -101,8 +101,8 @@ namespace osu.Game.Screens.Ranking.Statistics
|
||||
{
|
||||
rows.Add(new GridContainer
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Anchor = Anchor.TopCentre,
|
||||
Origin = Anchor.TopCentre,
|
||||
RelativeSizeAxes = Axes.X,
|
||||
AutoSizeAxes = Axes.Y,
|
||||
Content = new[]
|
||||
|
Loading…
Reference in New Issue
Block a user