Add slight padding to playfield (roughly matches stable)

This commit is contained in:
Dean Herbert 2022-10-13 15:44:23 +09:00
parent ebc1088457
commit f6f5d33f53

View File

@ -106,6 +106,7 @@ 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 },