1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 07:22:55 +08:00

Merge pull request #10225 from peppy/results-fix-vertical-centering

Fix extended statistics not being vertically centered
This commit is contained in:
Dan Balasescu 2020-09-24 13:03:11 +09:00 committed by GitHub
commit 8ccc98583b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,10 @@ namespace osu.Game.Screens.Ranking.Statistics
{
var rows = new FillFlowContainer
{
RelativeSizeAxes = Axes.Both,
RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y,
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Direction = FillDirection.Vertical,
Spacing = new Vector2(30, 15),
Alpha = 0