mirror of
https://github.com/ppy/osu.git
synced 2025-03-06 14:37: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;
|
Height = 40;
|
||||||
TextContainer.Height = 0.5f;
|
TextContainer.Height = 0.5f;
|
||||||
CornerRadius = 5;
|
CornerRadius = 5;
|
||||||
|
LengthLimit = 1000;
|
||||||
|
|
||||||
Current.DisabledChanged += disabled =>
|
Current.DisabledChanged += disabled =>
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user