mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-03-11 08:54:48 +00:00
Remove length limit on password
Software should make the user free, not restrict him.
This commit is contained in:
parent
e9b9582817
commit
1dd99559bb
1 changed files with 0 additions and 3 deletions
|
|
@ -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 a new issue