Skip to content

Commit

Permalink
Increase maintainer digit limit to 16.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarchingCube authored and Dream-Master committed Nov 13, 2023
1 parent f246946 commit 6770a9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ public Widget(FCGuiTextField textField, String tooltip, int idx, Action action)
this.textField = textField;
this.textField.setEnableBackgroundDrawing(false);
this.textField.setText("0");
this.textField.setMaxStringLength(10); // this length is enough to useful
this.textField.setMaxStringLength(16); // this length is enough to be useful
this.idx = idx;
this.action = action;
this.tooltip = tooltip;
Expand Down

0 comments on commit 6770a9f

Please sign in to comment.