diff options
author | Saturn&Eric <[email protected]> | 2023-07-14 15:35:39 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2023-07-14 15:35:39 +0000 |
commit | 9cee8cf8e3cce9af62549f824823049fdac0276f (patch) | |
tree | d2cb1899825cd12b814b4a1fa1097dd858137707 /src/ui/dialog/keypair_details/KeyDetailsDialog.cpp | |
parent | Merge pull request #108 from saturneric/dev/2.1.0/main (diff) | |
parent | fix: slove border issues at GernalDialog (diff) | |
download | GpgFrontend-9cee8cf8e3cce9af62549f824823049fdac0276f.tar.gz GpgFrontend-9cee8cf8e3cce9af62549f824823049fdac0276f.zip |
Merge pull request #109 from saturneric/dev/2.1.0/main
Develop 2.1.1.6
Diffstat (limited to '')
-rw-r--r-- | src/ui/dialog/keypair_details/KeyDetailsDialog.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ui/dialog/keypair_details/KeyDetailsDialog.cpp b/src/ui/dialog/keypair_details/KeyDetailsDialog.cpp index ed578aa7..9ac60a73 100644 --- a/src/ui/dialog/keypair_details/KeyDetailsDialog.cpp +++ b/src/ui/dialog/keypair_details/KeyDetailsDialog.cpp @@ -56,11 +56,6 @@ KeyDetailsDialog::KeyDetailsDialog(const GpgKey& key, QWidget* parent) this->setWindowTitle(_("Key Details")); this->setModal(true); - // this->setMinimumSize({520, 600}); - - // move to center of the parent - this->movePosition2CenterOfParent(); - this->show(); } } // namespace GpgFrontend::UI |