diff options
author | Saturneric <[email protected]> | 2023-02-11 12:08:24 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2023-02-11 12:08:24 +0000 |
commit | 1935399c920c354eb195d8e957b88cd801dbb7c2 (patch) | |
tree | 33377398ab2f5c021deb80a2d4bf8f4c1b6853ae /src/ui/dialog/help/AboutDialog.cpp | |
parent | feat: codesign and add entitlements for buddled gnupg binaries (diff) | |
download | GpgFrontend-1935399c920c354eb195d8e957b88cd801dbb7c2.tar.gz GpgFrontend-1935399c920c354eb195d8e957b88cd801dbb7c2.zip |
feat: show checksums of all gnupg components
Diffstat (limited to 'src/ui/dialog/help/AboutDialog.cpp')
-rw-r--r-- | src/ui/dialog/help/AboutDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/help/AboutDialog.cpp b/src/ui/dialog/help/AboutDialog.cpp index 3fc09ff1..2b5ef099 100644 --- a/src/ui/dialog/help/AboutDialog.cpp +++ b/src/ui/dialog/help/AboutDialog.cpp @@ -66,7 +66,7 @@ AboutDialog::AboutDialog(int defaultIndex, QWidget* parent) mainLayout->addWidget(buttonBox); setLayout(mainLayout); - this->resize(450, 580); + this->resize(550, 650); this->setMinimumWidth(450); this->show(); } |