1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-24 11:07:20 +08:00

Fix spacing

This commit is contained in:
Dean Herbert 2020-12-18 11:19:40 +09:00
parent a0235a06e6
commit 44f4ed4fd3

View File

@ -269,6 +269,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
case Anchor.BottomLeft:
adjustment.X = BORDER_RADIUS / 2;
break;
case Anchor.TopRight:
case Anchor.CentreRight:
case Anchor.BottomRight:
@ -283,6 +284,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
case Anchor.TopRight:
adjustment.Y = BORDER_RADIUS / 2;
break;
case Anchor.BottomLeft:
case Anchor.BottomCentre:
case Anchor.BottomRight: