mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 00:02:54 +08:00
Add padding back to difficulty icons on carousel
This commit is contained in:
parent
04178058fb
commit
7bf430afd5
@ -98,6 +98,7 @@ namespace osu.Game.Screens.Select.Carousel
|
||||
new FillFlowContainer<FilterableDifficultyIcon>
|
||||
{
|
||||
AutoSizeAxes = Axes.Both,
|
||||
Spacing = new Vector2(3),
|
||||
Children = ((CarouselBeatmapSet)Item).Beatmaps.Select(b => new FilterableDifficultyIcon(b)).ToList()
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user