Merge branch 'fix-editor-padding' into player-loader-improvements

This commit is contained in:
Dean Herbert
2022-10-18 14:52:59 +09:00
4 changed files with 15 additions and 3 deletions

View File

@ -106,7 +106,6 @@ namespace osu.Game.Screens.Edit
Name = "Main content",
RelativeSizeAxes = Axes.Both,
Depth = float.MaxValue,
Padding = new MarginPadding(10),
Child = spinner = new LoadingSpinner(true)
{
State = { Value = Visibility.Visible },