1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 17:32:54 +08:00

Fix layout regression

This commit is contained in:
Dean Herbert 2019-06-27 12:04:01 +09:00
parent d6da21b0f0
commit cc9a7839c9

View File

@ -102,7 +102,8 @@ namespace osu.Game.Overlays.BeatmapSet
}, },
new Container new Container
{ {
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y,
Padding = new MarginPadding Padding = new MarginPadding
{ {
Top = 20, Top = 20,
@ -170,12 +171,13 @@ namespace osu.Game.Overlays.BeatmapSet
}, },
}, },
}, },
}
},
loading = new LoadingAnimation loading = new LoadingAnimation
{ {
Anchor = Anchor.Centre, Anchor = Anchor.Centre,
Origin = Anchor.Centre, Origin = Anchor.Centre,
} Scale = new Vector2(1.5f),
}
}, },
new FillFlowContainer new FillFlowContainer
{ {