mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 16:47:46 +08:00
Standardise padding on both sides of difficulty icon
This commit is contained in:
parent
1f41261fc7
commit
d976224912
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user