Apply CornerExponent fixes

This commit is contained in:
Dean Herbert
2019-11-22 19:49:20 +09:00
parent 6469199f0d
commit c2e85a2057
10 changed files with 18 additions and 4 deletions

View File

@ -43,6 +43,7 @@ namespace osu.Game.Overlays.Volume
{
Content.BorderThickness = 3;
Content.CornerRadius = HEIGHT / 2;
Content.CornerExponent = 2;
Size = new Vector2(width, HEIGHT);