mirror of
https://github.com/ppy/osu
synced 2025-02-09 22:57:37 +00:00
Add a touch of spacing between toolbox groups
This commit is contained in:
parent
fb2aced3ac
commit
d210e05629
@ -94,6 +94,7 @@ namespace osu.Game.Rulesets.Edit
|
||||
Name = "Sidebar",
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Padding = new MarginPadding { Right = 10 },
|
||||
Spacing = new Vector2(10),
|
||||
Children = new Drawable[]
|
||||
{
|
||||
new ToolboxGroup("toolbox") { Child = toolboxCollection = new RadioButtonCollection { RelativeSizeAxes = Axes.X } },
|
||||
|
Loading…
Reference in New Issue
Block a user