Add relative size specs so partially on-screen panels still start loading

Without this, panels at the top of the list but not fully on-screen
wouldn't begin their metadata loading process.
This commit is contained in:
Dean Herbert 2021-12-01 22:46:32 +09:00
parent d262baefad
commit a8e17cb3a5

View File

@ -77,7 +77,7 @@ namespace osu.Game.Screens.OnlinePlay
private PanelBackground panelBackground;
private readonly DelayedLoadWrapper onScreenLoader = new DelayedLoadWrapper(Empty);
private readonly DelayedLoadWrapper onScreenLoader = new DelayedLoadWrapper(Empty) { RelativeSizeAxes = Axes.Both };
private readonly bool allowEdit;
private readonly bool allowSelection;