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

@ -48,11 +48,10 @@ namespace osu.Game.Skinning.Editor
RelativeSizeAxes = Axes.X
},
new SkinBlueprintContainer(target),
new SkinComponentToolbox
new SkinComponentToolbox(600)
{
Anchor = Anchor.CentreLeft,
Origin = Anchor.CentreLeft,
Height = SkinEditorContainer.VISIBLE_TARGET_SCALE,
RequestPlacement = placeComponent
}
}