1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-07 02:13:38 +08:00

Add length limit to match settings textboxes

This commit is contained in:
Davran Dilshat
2021-08-18 17:36:57 +01:00
Unverified
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;
}
}