mirror of
https://github.com/ppy/osu.git
synced 2025-02-19 13:03:21 +08:00
Merge branch 'master' into fix-lounge-test-scene
This commit is contained in:
commit
33d311e557
@ -150,6 +150,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Match
|
|||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
TabbableContentContainer = this,
|
TabbableContentContainer = this,
|
||||||
|
LengthLimit = 100,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
new Section("Room visibility")
|
new Section("Room visibility")
|
||||||
@ -207,6 +208,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Match
|
|||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
TabbableContentContainer = this,
|
TabbableContentContainer = this,
|
||||||
|
LengthLimit = 255,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user