diff options
author | Saturneric <[email protected]> | 2023-02-19 01:44:35 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2023-02-19 01:44:35 +0000 |
commit | 4de9027729c597e54836e3df1cd5514328c8d349 (patch) | |
tree | b74f22c5cf47808fd9e7a3355e586cc4de1a466d /src/ui/dialog/import_export/KeyUploadDialog.cpp | |
parent | fix: open about page no refreshing gnupg info (diff) | |
download | GpgFrontend-dev/2.0.10/saturneric.tar.gz GpgFrontend-dev/2.0.10/saturneric.zip |
fix: improve some ui logicsdev/2.0.10/saturneric
Diffstat (limited to 'src/ui/dialog/import_export/KeyUploadDialog.cpp')
-rw-r--r-- | src/ui/dialog/import_export/KeyUploadDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/import_export/KeyUploadDialog.cpp b/src/ui/dialog/import_export/KeyUploadDialog.cpp index 5e05da2d..81fbe5ad 100644 --- a/src/ui/dialog/import_export/KeyUploadDialog.cpp +++ b/src/ui/dialog/import_export/KeyUploadDialog.cpp @@ -55,7 +55,7 @@ KeyUploadDialog::KeyUploadDialog(const KeyIdArgsListPtr& keys_ids, this->setModal(true); this->setWindowTitle(_("Uploading Public Key")); this->setFixedSize(240, 42); - this->setPosCenterOfScreen(); + this->movePos2CenterOfScreen(); } void KeyUploadDialog::SlotUpload() { |