1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 21:07:33 +08:00

Fix asymmetric margin of column scroll

This commit is contained in:
Bartłomiej Dach 2022-04-24 19:27:27 +02:00
parent 09c08248c4
commit e384e074fb
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -114,7 +114,7 @@ namespace osu.Game.Overlays.Mods
RelativeSizeAxes = Axes.Y,
AutoSizeAxes = Axes.X,
Spacing = new Vector2(10, 0),
Margin = new MarginPadding { Right = 70 },
Margin = new MarginPadding { Horizontal = 70 },
Children = new[]
{
createModColumnContent(columnScroll, ModType.DifficultyReduction, new[] { Key.Q, Key.W, Key.E, Key.R, Key.T, Key.Y, Key.U, Key.I, Key.O, Key.P }),