aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/KeyServerImportDialog.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-06-26 21:39:31 +0000
committerSaturneric <[email protected]>2021-06-26 21:39:31 +0000
commit7fab961cf35fde8887be26c5068802804d4af947 (patch)
treec3b2793517e2a968e92b6a09e77742098137fd81 /src/ui/KeyServerImportDialog.cpp
parentUpdate release-ci.yml (diff)
downloadGpgFrontend-7fab961cf35fde8887be26c5068802804d4af947.tar.gz
GpgFrontend-7fab961cf35fde8887be26c5068802804d4af947.zip
Update release-ci.ymlv1.0.7
Diffstat (limited to '')
-rw-r--r--src/ui/KeyServerImportDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/KeyServerImportDialog.cpp b/src/ui/KeyServerImportDialog.cpp
index 864e62ed..384e4582 100644
--- a/src/ui/KeyServerImportDialog.cpp
+++ b/src/ui/KeyServerImportDialog.cpp
@@ -99,7 +99,7 @@ KeyServerImportDialog::KeyServerImportDialog(GpgME::GpgContext *ctx, KeyList *ke
this->setWindowTitle(tr("Import Keys from Keyserver"));
if(automatic) {
- this->setFixedSize(200, 42);
+ this->setFixedSize(240, 42);
} else {
// Restore window size & location
if (this->settings.value("ImportKeyFromServer/setWindowSize").toBool()) {