1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00

- Fixed proxy host max length in preferences

This commit is contained in:
Christophe Dumez 2007-11-28 12:50:08 +00:00
parent bdb625a615
commit 26ae2af198

View File

@ -916,10 +916,10 @@
<bool>false</bool>
</property>
<property name="text" >
<string>0.0.0.0</string>
<string/>
</property>
<property name="maxLength" >
<number>15</number>
<number>75</number>
</property>
<property name="echoMode" >
<enum>QLineEdit::Normal</enum>