From fa239865f27cedb67e9e99af558f8b110ce8f78c Mon Sep 17 00:00:00 2001 From: Jonathan White Date: Thu, 14 Jan 2021 22:48:23 -0500 Subject: [PATCH] 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 --- src/gui/PasswordGeneratorWidget.ui | 3 +++ 1 file changed, 3 insertions(+) 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 { 1 + + 999 + 20