1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 07:09:53 +08:00

Add and use 'Submit' select sample variant for particular components

This commit is contained in:
Jamie Taylor
2021-07-30 21:23:49 +09:00
Unverified
parent be3c02ff7f
commit c1d8a7e2ad
10 changed files with 18 additions and 1 deletions
@@ -56,6 +56,7 @@ namespace osu.Game.Graphics.UserInterface
private Vector2 hoverSpacing => new Vector2(3f, 0f);
public DialogButton()
: base(HoverSampleSet.Submit)
{
RelativeSizeAxes = Axes.X;