Code quality fix: added type

This commit is contained in:
schiavoanto 2024-09-07 16:23:23 +02:00
parent 32de8e9b2d
commit 2bc6547d49

View File

@ -53,7 +53,7 @@ namespace osu.Game.Screens.Edit.Timing
private void load(OverlayColourProvider colours)
{
RelativeSizeAxes = Axes.Both;
Padding = new() { Bottom = 50 };
Padding = new MarginPadding { Bottom = 50 };
InternalChildren = new Drawable[]
{