mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Make "add" button more visible
This commit is contained in:
@ -106,9 +106,9 @@ namespace osu.Game.Screens.Edit.Timing
|
|||||||
},
|
},
|
||||||
new OsuButton
|
new OsuButton
|
||||||
{
|
{
|
||||||
Text = "+",
|
Text = "+ Add at current time",
|
||||||
Action = addNew,
|
Action = addNew,
|
||||||
Size = new Vector2(30, 30),
|
Size = new Vector2(160, 30),
|
||||||
Anchor = Anchor.BottomRight,
|
Anchor = Anchor.BottomRight,
|
||||||
Origin = Anchor.BottomRight,
|
Origin = Anchor.BottomRight,
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user