mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Remove length limit on password
Software should make the user free, not restrict him.
This commit is contained in:
parent
e9b9582817
commit
1dd99559bb
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user