Use the existing toolbox design

This commit is contained in:
Dean Herbert
2021-04-30 14:37:49 +09:00
parent bde72faa7c
commit a1e64f4e3c
4 changed files with 44 additions and 16 deletions

View File

@ -14,7 +14,7 @@ namespace osu.Game.Tests.Visual.Gameplay
[Test]
public void TestToggleEditor()
{
AddStep("show available components", () => SetContents(() => new SkinComponentToolbox
AddStep("show available components", () => SetContents(() => new SkinComponentToolbox(300)
{
Anchor = Anchor.TopCentre,
Origin = Anchor.TopCentre,