1
0
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:
Dean Herbert 2024-10-03 19:33:48 +09:00
parent df730e6b6f
commit 19356d0487
No known key found for this signature in database

View File

@ -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[]