mirror of
https://github.com/ppy/osu
synced 2025-01-01 20:02:14 +00:00
Adjust paddings to feel better now that backgrounds are visible of toolboxes
This commit is contained in:
parent
6a7f6c76ff
commit
860214c22a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user