aboutsummaryrefslogtreecommitdiffstats
path: root/keymgmt.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xkeymgmt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/keymgmt.cpp b/keymgmt.cpp
index 7dfa676..227cff5 100755
--- a/keymgmt.cpp
+++ b/keymgmt.cpp
@@ -201,7 +201,7 @@ void KeyMgmt::generateKeyDialog()
keySizeSpinBox = new QSpinBox(genkeyDialog);
keySizeSpinBox->setRange(512, 8192);
- keySizeSpinBox->setValue(1024);
+ keySizeSpinBox->setValue(2048);
keySizeSpinBox->setSingleStep(256);