mirror of
https://github.com/ppy/osu.git
synced 2025-01-19 07:43:01 +08:00
Add length limit to match settings textboxes
This commit is contained in:
parent
8837340ac3
commit
61675eefe0
@ -48,6 +48,7 @@ namespace osu.Game.Screens.OnlinePlay.Match.Components
|
||||
{
|
||||
BackgroundUnfocused = Color4.Black;
|
||||
BackgroundFocused = Color4.Black;
|
||||
LengthLimit = 100;
|
||||
}
|
||||
}
|
||||
|
||||
@ -63,6 +64,7 @@ namespace osu.Game.Screens.OnlinePlay.Match.Components
|
||||
{
|
||||
BackgroundUnfocused = Color4.Black;
|
||||
BackgroundFocused = Color4.Black;
|
||||
LengthLimit = 255;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user