mirror of
https://github.com/ppy/osu.git
synced 2024-11-15 12:27:26 +08:00
Match corner radius of "new" button
This commit is contained in:
parent
df730e6b6f
commit
19356d0487
@ -152,7 +152,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
|
||||
Size = new Vector2(70, 25);
|
||||
|
||||
Masking = true;
|
||||
CornerRadius = 3;
|
||||
CornerRadius = 12.5f;
|
||||
Action = this.ShowPopover;
|
||||
|
||||
Children = new Drawable[]
|
||||
|
Loading…
Reference in New Issue
Block a user