mirror of https://github.com/ppy/osu synced 2025-01-10 16:19:47 +00:00

Merge branch 'master' into editor/setup-screen

This commit is contained in:
Dean Herbert 2024-10-03 20:05:08 +09:00 committed by GitHub
commit 0a0e31163b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -152,7 +152,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
Size = new Vector2(70, 25); Size = new Vector2(70, 25);
Masking = true; Masking = true;
CornerRadius = 3; CornerRadius = 12.5f;
Action = this.ShowPopover; Action = this.ShowPopover;
Children = new Drawable[] Children = new Drawable[]