1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 12:40:18 +08:00

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
Unverified
parent d262baefad
commit a8e17cb3a5
@@ -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;