mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-01-07 03:25:29 -05:00
Allow max password length of 999 characters
* The slidebar maxes out at 128 characters (same as before) * The spinbox text entry maxes out at 999 characters
This commit is contained in:
parent
4216f1d03e
commit
fa239865f2
1 changed files with 3 additions and 0 deletions
|
|
@ -259,6 +259,9 @@ QProgressBar::chunk {
|
|||
<property name="minimum">
|
||||
<number>1</number>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<number>999</number>
|
||||
</property>
|
||||
<property name="value">
|
||||
<number>20</number>
|
||||
</property>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue