1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-13 19:54:15 +08:00

Fix chevron alignment in dropdown menu items

This commit is contained in:
Salman Alshamrani
2025-03-27 23:11:15 -04:00
Unverified
parent 9a67d0727a
commit 0eb89f94f8
@@ -252,6 +252,7 @@ namespace osu.Game.Graphics.UserInterface
Size = new Vector2(8),
Alpha = 0,
X = chevron_offset,
Y = 1,
Margin = new MarginPadding { Left = 3, Right = 3 },
Origin = Anchor.CentreLeft,
Anchor = Anchor.CentreLeft,