mirror of
https://github.com/osukey/osukey.git
synced 2025-05-09 23:57:18 +09:00
Align beatmap difficulties correctly
This commit is contained in:
parent
dd8943eb7f
commit
c08b5e8d03
@ -69,7 +69,7 @@ namespace osu.Game.Screens.Select.Carousel
|
|||||||
|
|
||||||
Content.Add(beatmapContainer = new Container<DrawableCarouselItem>
|
Content.Add(beatmapContainer = new Container<DrawableCarouselItem>
|
||||||
{
|
{
|
||||||
X = 50,
|
X = 100,
|
||||||
Y = MAX_HEIGHT,
|
Y = MAX_HEIGHT,
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
AutoSizeAxes = Axes.Y,
|
AutoSizeAxes = Axes.Y,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user