mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
Add some default LengthLimit to OsuTextBox
This commit is contained in:
@ -32,6 +32,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
Height = 40;
|
||||
TextContainer.Height = 0.5f;
|
||||
CornerRadius = 5;
|
||||
LengthLimit = 1000;
|
||||
|
||||
Current.DisabledChanged += disabled =>
|
||||
{
|
||||
|
Reference in New Issue
Block a user