1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 14:47:25 +08:00

Standardise padding on both sides of difficulty icon

This commit is contained in:
Dean Herbert 2024-05-27 19:59:25 +09:00
parent 1f41261fc7
commit d976224912
No known key found for this signature in database

View File

@ -387,7 +387,7 @@ namespace osu.Game.Screens.OnlinePlay
RelativeSizeAxes = Axes.Y,
Direction = FillDirection.Horizontal,
Spacing = new Vector2(4),
Margin = new MarginPadding { Right = 8 },
Margin = new MarginPadding { Right = 4 },
},
mainFillFlow = new MainFlow(() => SelectedItem.Value == Model || !AllowSelection)
{