mirror of
https://github.com/osukey/osukey.git
synced 2025-05-09 23:57:18 +09:00
Merge pull request #5796 from peppy/fix-spacing-regressions
Fix a few icon spacing regressions
This commit is contained in:
commit
f9dcddd7fd
@ -57,7 +57,6 @@ namespace osu.Game.Overlays
|
|||||||
{
|
{
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
Y = -15,
|
|
||||||
Size = new Vector2(15),
|
Size = new Vector2(15),
|
||||||
Shadow = true,
|
Shadow = true,
|
||||||
Icon = FontAwesome.Solid.ChevronLeft
|
Icon = FontAwesome.Solid.ChevronLeft
|
||||||
|
@ -52,7 +52,6 @@ namespace osu.Game.Rulesets.UI
|
|||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Size = new Vector2(size),
|
Size = new Vector2(size),
|
||||||
Icon = OsuIcon.ModBg,
|
Icon = OsuIcon.ModBg,
|
||||||
Y = -6.5f,
|
|
||||||
Shadow = true,
|
Shadow = true,
|
||||||
},
|
},
|
||||||
modIcon = new SpriteIcon
|
modIcon = new SpriteIcon
|
||||||
|
@ -98,6 +98,7 @@ namespace osu.Game.Screens.Select.Carousel
|
|||||||
new FillFlowContainer<FilterableDifficultyIcon>
|
new FillFlowContainer<FilterableDifficultyIcon>
|
||||||
{
|
{
|
||||||
AutoSizeAxes = Axes.Both,
|
AutoSizeAxes = Axes.Both,
|
||||||
|
Spacing = new Vector2(3),
|
||||||
Children = ((CarouselBeatmapSet)Item).Beatmaps.Select(b => new FilterableDifficultyIcon(b)).ToList()
|
Children = ((CarouselBeatmapSet)Item).Beatmaps.Select(b => new FilterableDifficultyIcon(b)).ToList()
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user