mirror of
https://github.com/ppy/osu.git
synced 2025-03-24 11:07:20 +08:00
Fix spacing
This commit is contained in:
parent
a0235a06e6
commit
44f4ed4fd3
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user