1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Allow long (32k chars) passwords

This commit is contained in:
tux3 2015-06-04 18:56:22 +02:00
parent e5ddd9d0cf
commit aa9e500e22

View File

@ -721,9 +721,6 @@ margin-bottom:5px;</string>
</item>
<item>
<widget class="QLineEdit" name="loginPassword">
<property name="maxLength">
<number>64</number>
</property>
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>