1
0
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:
Davran Dilshat 2021-08-18 17:36:57 +01:00
parent 8837340ac3
commit 61675eefe0

View File

@ -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;
}
}