mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Add some default LengthLimit to OsuTextBox
This commit is contained in:
@ -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 =>
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user