aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/help/AboutDialog.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-08-25 09:08:22 +0000
committerSaturneric <[email protected]>2021-08-25 09:08:22 +0000
commit156ee9fb74afdbda89afb0ec580aacd75ef869df (patch)
tree28fe92ffec2d5608b5e6af665ec3b8f06922364a /src/ui/help/AboutDialog.cpp
parentFix a discovered problem. (diff)
downloadGpgFrontend-156ee9fb74afdbda89afb0ec580aacd75ef869df.tar.gz
GpgFrontend-156ee9fb74afdbda89afb0ec580aacd75ef869df.zip
Update Documents.
Fix Some Bugs.
Diffstat (limited to 'src/ui/help/AboutDialog.cpp')
-rw-r--r--src/ui/help/AboutDialog.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/help/AboutDialog.cpp b/src/ui/help/AboutDialog.cpp
index e5798541..8fb504db 100644
--- a/src/ui/help/AboutDialog.cpp
+++ b/src/ui/help/AboutDialog.cpp
@@ -59,6 +59,8 @@ AboutDialog::AboutDialog(int defaultIndex, QWidget *parent)
mainLayout->addWidget(buttonBox);
setLayout(mainLayout);
+ this->resize(320, 580);
+
this->show();
}