mirror of
https://github.com/ppy/osu.git
synced 2025-03-06 04:33:21 +08:00
Add some default LengthLimit to OsuTextBox
This commit is contained in:
parent
ec81ed1c8d
commit
53bd3a1c30
@ -32,6 +32,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
Height = 40;
|
||||
TextContainer.Height = 0.5f;
|
||||
CornerRadius = 5;
|
||||
LengthLimit = 1000;
|
||||
|
||||
Current.DisabledChanged += disabled =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user