1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 07:42:57 +08:00

Merge pull request #26409 from peppy/overall-ranking-overlap

Fix overall ranking text overlapping at some aspect ratios
This commit is contained in:
Bartłomiej Dach 2024-01-08 12:29:42 +01:00 committed by GitHub
commit 3e9d222d67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,6 @@ namespace osu.Game.Screens.Ranking.Statistics
RelativeSizeAxes = Axes.X,
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Width = 0.5f,
StatisticsUpdate = { BindTarget = StatisticsUpdate }
})).ToArray();
}