mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 09:09:52 +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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user