Remove unnecessary restriction on input length

Closes #13884.
This commit is contained in:
Chocobo1
2020-12-02 11:51:21 +08:00
parent e6c174c33b
commit 83d17b5c0e
6 changed files with 6 additions and 6 deletions

View File

@@ -132,7 +132,7 @@
<body>
<div style="padding: 10px 10px 0px 10px;">
<p style="font-weight: bold;">QBT_TR(Category)QBT_TR[CONTEXT=TransferListWidget]:</p>
<input type="text" id="categoryName" maxlength="100" style="width: 220px;" />
<input type="text" id="categoryName" style="width: 220px;" />
<p style="font-weight: bold;">QBT_TR(Save path)QBT_TR[CONTEXT=TransferListWidget]:</p>
<input type="text" id="savePath" style="width: 220px;" />
<div style="text-align: center; padding-top: 10px;">