mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 21:13:01 +08:00
Fix room status dropdown position inconsistent on online-play screens
This commit is contained in:
parent
7364173fa9
commit
e8fa872f61
@ -56,7 +56,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer
|
||||
|
||||
roomAccessTypeDropdown.Current.BindValueChanged(_ => UpdateFilter());
|
||||
|
||||
return base.CreateFilterControls().Prepend(roomAccessTypeDropdown);
|
||||
return base.CreateFilterControls().Append(roomAccessTypeDropdown);
|
||||
}
|
||||
|
||||
protected override FilterCriteria CreateFilterCriteria()
|
||||
|
Loading…
Reference in New Issue
Block a user