mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 02:29:53 +08:00
Reapply lost anchoring fix
This commit is contained in:
@@ -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[]
|
||||
|
||||
Reference in New Issue
Block a user