Adjust paddings to feel better now that backgrounds are visible of toolboxes

This commit is contained in:
Dean Herbert 2022-10-18 14:38:45 +09:00
parent 6a7f6c76ff
commit 860214c22a

View File

@ -19,7 +19,8 @@ namespace osu.Game.Rulesets.Edit
{
RelativeSizeAxes = Axes.Y;
FillFlow.Spacing = new Vector2(10);
FillFlow.Spacing = new Vector2(5);
Padding = new MarginPadding { Vertical = 5 };
}
protected override bool ReceivePositionalInputAtSubTree(Vector2 screenSpacePos) => base.ReceivePositionalInputAtSubTree(screenSpacePos) && anyToolboxHovered(screenSpacePos);