1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 14:07:25 +08:00

Make "add" button more visible

This commit is contained in:
Dean Herbert 2021-04-19 13:15:24 +09:00
parent 658c23c925
commit 0c918410d0

View File

@ -106,9 +106,9 @@ namespace osu.Game.Screens.Edit.Timing
},
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,
},