Remove length limit on password

Software should make the user free, not restrict him.
This commit is contained in:
Bodo Graumann 2020-11-25 07:43:22 +01:00 committed by Jonathan White
parent e9b9582817
commit 1dd99559bb

View File

@ -259,9 +259,6 @@ QProgressBar::chunk {
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>128</number>
</property>
<property name="value">
<number>20</number>
</property>