Make "add" button more visible

This commit is contained in:
Dean Herbert 2021-04-19 13:15:24 +09:00
parent 658c23c925
commit 0c918410d0
1 changed files with 2 additions and 2 deletions

View File

@ -106,9 +106,9 @@ private void load(OsuColour colours)
},
new OsuButton
{
Text = "+",
Text = "+ Add at current time",
Action = addNew,
Size = new Vector2(30, 30),
Size = new Vector2(160, 30),
Anchor = Anchor.BottomRight,
Origin = Anchor.BottomRight,
},