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:
Jonathan White 2021-01-14 22:48:23 -05:00
parent 4216f1d03e
commit fa239865f2

View file

@ -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>