mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Avoid usage of AutoSize for DrawableCarouselItems in general
This commit is contained in:
@ -192,8 +192,7 @@ namespace osu.Game.Screens.Select.Carousel
|
||||
beatmapContainer = new Container<DrawableCarouselItem>
|
||||
{
|
||||
X = 100,
|
||||
RelativeSizeAxes = Axes.X,
|
||||
AutoSizeAxes = Axes.Y,
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
ChildrenEnumerable = visibleBeatmaps
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user