1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-19 10:43:21 +08:00

Fix margins on top right aligned elements.

This commit is contained in:
mk56-spn 2023-01-10 18:03:28 +01:00
parent 8bfe24ced0
commit 880428046a

View File

@ -238,7 +238,7 @@ namespace osu.Game.Screens.Select
Anchor = Anchor.TopRight,
Origin = Anchor.TopRight,
Direction = FillDirection.Vertical,
Padding = new MarginPadding { Top = 14, Right = shear_width / 2 },
Padding = new MarginPadding { Top = 3, Right = 8 },
AutoSizeAxes = Axes.Both,
Shear = wedged_container_shear,
Spacing = new Vector2(0f, 5f),