mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 09:42:55 +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,
|
RelativeSizeAxes = Axes.Y,
|
||||||
Direction = FillDirection.Horizontal,
|
Direction = FillDirection.Horizontal,
|
||||||
Spacing = new Vector2(4),
|
Spacing = new Vector2(4),
|
||||||
Margin = new MarginPadding { Right = 8 },
|
Margin = new MarginPadding { Right = 4 },
|
||||||
},
|
},
|
||||||
mainFillFlow = new MainFlow(() => SelectedItem.Value == Model || !AllowSelection)
|
mainFillFlow = new MainFlow(() => SelectedItem.Value == Model || !AllowSelection)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user