1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 13:22:55 +08:00

Fix inspection

This commit is contained in:
Dan Balasescu 2022-05-10 19:56:21 +09:00 committed by GitHub
parent a578f7a406
commit 42fe708225
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,7 @@ namespace osu.Game.Overlays
Origin = Anchor.Centre,
RelativeSizeAxes = Axes.Both,
Padding = new MarginPadding { Bottom = 20, },
Child = new GridContainer()
Child = new GridContainer
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,