Minor cleanup

Just from reading diff.
This commit is contained in:
Salman Ahmed
2022-04-28 06:52:42 +03:00
parent dacca73838
commit 2e8372fe90
4 changed files with 6 additions and 10 deletions

View File

@ -117,8 +117,6 @@ namespace osu.Game.Rulesets.Edit
},
new LeftToolboxFlow
{
Anchor = Anchor.TopLeft,
Origin = Anchor.TopLeft,
Children = new Drawable[]
{
new EditorToolboxGroup("toolbox (1-9)")
@ -134,7 +132,7 @@ namespace osu.Game.Rulesets.Edit
Direction = FillDirection.Vertical,
Spacing = new Vector2(0, 5),
},
},
}
}
},
};