mirror of
https://github.com/ppy/osu.git
synced 2025-02-14 00:53:19 +08:00
Make "add" button more visible
This commit is contained in:
parent
658c23c925
commit
0c918410d0
@ -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,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user