Skip to content

Commit

Permalink
Fix inspection
Browse files Browse the repository at this point in the history
  • Loading branch information
smoogipoo authored May 10, 2022
1 parent a578f7a commit 42fe708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game/Overlays/FirstRunSetupOverlay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ private void load(OsuColour colours)
Origin = Anchor.Centre,
RelativeSizeAxes = Axes.Both,
Padding = new MarginPadding { Bottom = 20, },
Child = new GridContainer()
Child = new GridContainer
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Expand Down

0 comments on commit 42fe708

Please sign in to comment.