Fix the user input for "Port"

Port can be something not listed in the combobox, like
tcp:192.168.xxx.xxx:xxxxx(25 characters)
bt:aa:bb:cc:dd:ee:ff(20 characters)
This commit is contained in:
wh201906
2023-06-04 19:10:03 +08:00
parent 785fde6e2d
commit 99bb58adf9
2 changed files with 12 additions and 1 deletions
+3
View File
@@ -94,6 +94,9 @@
<property name="editable">
<bool>true</bool>
</property>
<property name="minimumContentsLength">
<number>15</number>
</property>
</widget>
</item>
<item>