diff options
author | Saturneric <[email protected]> | 2023-07-14 14:29:25 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2023-07-14 14:29:25 +0000 |
commit | 0df562991c5eaae288a510d9f1ed4fb06358a42a (patch) | |
tree | 7c1e60a839367a8584951b584a60d4a690c40c03 /src/ui/dialog/keypair_details/KeyDetailsDialog.cpp | |
parent | fix: slove position and size resotre issues (diff) | |
download | GpgFrontend-0df562991c5eaae288a510d9f1ed4fb06358a42a.tar.gz GpgFrontend-0df562991c5eaae288a510d9f1ed4fb06358a42a.zip |
fix: improve ui
Diffstat (limited to 'src/ui/dialog/keypair_details/KeyDetailsDialog.cpp')
-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 |