aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/help/AboutDialog.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2023-02-11 12:08:24 +0000
committerSaturneric <[email protected]>2023-02-11 12:08:24 +0000
commit1935399c920c354eb195d8e957b88cd801dbb7c2 (patch)
tree33377398ab2f5c021deb80a2d4bf8f4c1b6853ae /src/ui/dialog/help/AboutDialog.cpp
parentfeat: codesign and add entitlements for buddled gnupg binaries (diff)
downloadGpgFrontend-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.cpp2
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();
}