Limit passphrase input field to 512 characters.

This commit is contained in:
Andrius Štikonas 2016-04-26 12:52:46 +01:00
parent 2790b430bb
commit 8f05b9e422
1 changed files with 3 additions and 0 deletions

View File

@ -322,6 +322,9 @@
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLineEdit" name="m_EditPassphrase">
<property name="maxLength">
<number>512</number>
</property>
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>