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:
commit
0a0e31163b
@ -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[]
|
||||||
|
Loading…
Reference in New Issue
Block a user