diff options
author | Saturneric <[email protected]> | 2021-06-26 21:39:31 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-06-26 21:39:31 +0000 |
commit | 7fab961cf35fde8887be26c5068802804d4af947 (patch) | |
tree | c3b2793517e2a968e92b6a09e77742098137fd81 /src/ui/KeyServerImportDialog.cpp | |
parent | Update release-ci.yml (diff) | |
download | GpgFrontend-7fab961cf35fde8887be26c5068802804d4af947.tar.gz GpgFrontend-7fab961cf35fde8887be26c5068802804d4af947.zip |
Update release-ci.ymlv1.0.7
Diffstat (limited to 'src/ui/KeyServerImportDialog.cpp')
-rw-r--r-- | src/ui/KeyServerImportDialog.cpp | 2 |
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()) { |