Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJonathan White <support@dmapps.us>2021-01-15 06:48:23 +0300
committerJonathan White <support@dmapps.us>2021-01-19 14:25:13 +0300
commitfa239865f27cedb67e9e99af558f8b110ce8f78c (patch)
tree36f05733712e4cfe9454945f5a9e01b19bcfccf3 /src
parent4216f1d03ecc86db06a541c3a9647cf95c91281e (diff)
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
Diffstat (limited to 'src')
-rw-r--r--src/gui/PasswordGeneratorWidget.ui3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/PasswordGeneratorWidget.ui b/src/gui/PasswordGeneratorWidget.ui
index d2b2f703b..b4ba97193 100644
--- a/src/gui/PasswordGeneratorWidget.ui
+++ b/src/gui/PasswordGeneratorWidget.ui
@@ -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>