1
0
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:
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", 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 },