1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 08:12:56 +08:00

Align beatmap difficulties correctly

This commit is contained in:
Dean Herbert 2020-10-13 15:23:27 +09:00
parent dd8943eb7f
commit c08b5e8d03

View File

@ -69,7 +69,7 @@ namespace osu.Game.Screens.Select.Carousel
Content.Add(beatmapContainer = new Container<DrawableCarouselItem>
{
X = 50,
X = 100,
Y = MAX_HEIGHT,
RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y,