1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-05 14:22:55 +08:00

Add some default LengthLimit to OsuTextBox

This commit is contained in:
Michael Manis 2018-06-18 19:49:12 -04:00
parent ec81ed1c8d
commit 53bd3a1c30

View File

@ -32,6 +32,7 @@ namespace osu.Game.Graphics.UserInterface
Height = 40;
TextContainer.Height = 0.5f;
CornerRadius = 5;
LengthLimit = 1000;
Current.DisabledChanged += disabled =>
{