change limit to be on actual usage site

This commit is contained in:
Davran Dilshat 2021-08-18 18:30:50 +01:00
parent 61675eefe0
commit 43cbd10a38
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,6 @@ namespace osu.Game.Screens.OnlinePlay.Match.Components
{ {
BackgroundUnfocused = Color4.Black; BackgroundUnfocused = Color4.Black;
BackgroundFocused = Color4.Black; BackgroundFocused = Color4.Black;
LengthLimit = 100;
} }
} }
@ -64,7 +63,6 @@ namespace osu.Game.Screens.OnlinePlay.Match.Components
{ {
BackgroundUnfocused = Color4.Black; BackgroundUnfocused = Color4.Black;
BackgroundFocused = Color4.Black; BackgroundFocused = Color4.Black;
LengthLimit = 255;
} }
} }

View File

@ -136,6 +136,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")
@ -195,6 +196,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Match
{ {
RelativeSizeAxes = Axes.X, RelativeSizeAxes = Axes.X,
TabbableContentContainer = this, TabbableContentContainer = this,
LengthLimit = 255,
}, },
}, },
} }