mirror of
https://github.com/ppy/osu
synced 2024-12-18 04:46:09 +00:00
Code quality fix: added type
This commit is contained in:
parent
32de8e9b2d
commit
2bc6547d49
@ -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[]
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user