mirror of
https://github.com/ppy/osu
synced 2025-03-21 02:17:48 +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",
|
Name = "Main content",
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Depth = float.MaxValue,
|
Depth = float.MaxValue,
|
||||||
|
Padding = new MarginPadding(10),
|
||||||
Child = spinner = new LoadingSpinner(true)
|
Child = spinner = new LoadingSpinner(true)
|
||||||
{
|
{
|
||||||
State = { Value = Visibility.Visible },
|
State = { Value = Visibility.Visible },
|
||||||
|
Loading…
Reference in New Issue
Block a user