Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Commit c12c442

Browse files
committed
Increase max font size
Signed-off-by: RyanLua <[email protected]>
1 parent 8af95db commit c12c442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Signs/PluginGui/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function PluginGui:newPluginGui(widgetGui)
8484
"Text", -- title text of the multi choice
8585
"Text here" -- default value
8686
)
87-
textInput:SetMaxGraphemes(8192)
87+
textInput:SetMaxGraphemes(16384)
8888
textInput:GetFrame().Parent = textCollapse:GetContentsFrame()
8989
textInput:SetValueChangedFunction(function(newValue)
9090
CustomTextLabel:UpdateText(newValue)

0 commit comments

Comments
 (0)