mirror of
https://github.com/ppy/osu
synced 2025-03-18 17:15:28 +00:00
Add slight padding to playfield (roughly matches stable)
This commit is contained in:
parent
ebc1088457
commit
f6f5d33f53
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user