mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 09:32:55 +08:00
Merge pull request #28874 from peppy/fix-editor-toolbox-padding
Fix editor toolboxes being incorrectly chopped
This commit is contained in:
commit
58ffbd9e1e
@ -18,7 +18,7 @@ namespace osu.Game.Rulesets.Edit
|
||||
RelativeSizeAxes = Axes.Y;
|
||||
|
||||
FillFlow.Spacing = new Vector2(5);
|
||||
Padding = new MarginPadding { Vertical = 5 };
|
||||
FillFlow.Padding = new MarginPadding { Vertical = 5 };
|
||||
}
|
||||
|
||||
protected override bool ReceivePositionalInputAtSubTree(Vector2 screenSpacePos) => base.ReceivePositionalInputAtSubTree(screenSpacePos) && anyToolboxHovered(screenSpacePos);
|
||||
|
Loading…
Reference in New Issue
Block a user