Remove 'submit' sample usages

This commit is contained in:
Jamie Taylor
2022-06-01 21:00:14 +09:00
parent fcf51a6f51
commit 365819865e
14 changed files with 9 additions and 25 deletions

View File

@ -21,7 +21,7 @@ namespace osu.Game.Graphics.UserInterface
{
Size = TwoLayerButton.SIZE_EXTENDED;
Child = button = new TwoLayerButton(HoverSampleSet.Submit)
Child = button = new TwoLayerButton
{
Anchor = Anchor.TopLeft,
Origin = Anchor.TopLeft,