aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gpgcontext.cpp1
-rw-r--r--keygendialog.cpp2
2 files changed, 1 insertions, 2 deletions
diff --git a/gpgcontext.cpp b/gpgcontext.cpp
index 3762e58..3b21514 100644
--- a/gpgcontext.cpp
+++ b/gpgcontext.cpp
@@ -769,7 +769,6 @@ GpgKey GpgContext::getKeyByFpr(QString fpr) {
return GpgKey();
}
-
/**
* note: privkey status is not returned
*/
diff --git a/keygendialog.cpp b/keygendialog.cpp
index 778f24c..daddca8 100644
--- a/keygendialog.cpp
+++ b/keygendialog.cpp
@@ -41,7 +41,7 @@ void KeyGenDialog::generateKeyDialog()
commentEdit = new QLineEdit(this);
keySizeSpinBox = new QSpinBox(this);
- keySizeSpinBox->setRange(768, 8192);
+ keySizeSpinBox->setRange(768, 65536);
keySizeSpinBox->setValue(2048);
keySizeSpinBox->setSingleStep(256);