Fix osu! editor padding being applied to toolboxes

The result of https://github.com/ppy/osu/pull/20739 and https://github.com/ppy/osu/pull/20738 having unintended side effects when applied together.
This commit is contained in:
Dean Herbert
2022-10-18 14:31:54 +09:00
parent ccbac08985
commit 6a7f6c76ff
3 changed files with 13 additions and 2 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 },