mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Set RelativeSizeAxes for updated FillMode behavior
This commit is contained in:
@ -438,6 +438,7 @@ namespace osu.Game.Screens.Multiplayer
|
||||
{
|
||||
new AsyncLoadWrapper(new BeatmapBackgroundSprite(new OnlineWorkingBeatmap(value, textures, null))
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
FillMode = FillMode.Fill,
|
||||
|
Reference in New Issue
Block a user