mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09: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