Reapply lost anchoring fix

This commit is contained in:
Bartłomiej Dach 2020-08-27 20:51:28 +02:00
parent 43d6d2b2e8
commit 6846a245f4

View File

@ -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[]