mirror of
https://github.com/ppy/osu
synced 2024-12-28 01:42:57 +00:00
Fix main content DelayedLoadUnloadWrapper not getting a valid size before load
This commit is contained in:
parent
f3b937e358
commit
9b2ebb8f0f
@ -100,7 +100,8 @@ namespace osu.Game.Screens.Select.Carousel
|
||||
{
|
||||
Direction = FillDirection.Vertical,
|
||||
Padding = new MarginPadding { Top = 5, Left = 18, Right = 10, Bottom = 10 },
|
||||
AutoSizeAxes = Axes.Both,
|
||||
// required to ensure we load as soon as any part of the panel comes on screen
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Children = new Drawable[]
|
||||
{
|
||||
new OsuSpriteText
|
||||
|
Loading…
Reference in New Issue
Block a user