diff options
author | Saturneric <[email protected]> | 2021-08-25 09:08:22 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-08-25 09:08:22 +0000 |
commit | 156ee9fb74afdbda89afb0ec580aacd75ef869df (patch) | |
tree | 28fe92ffec2d5608b5e6af665ec3b8f06922364a /src/ui/help/AboutDialog.cpp | |
parent | Fix a discovered problem. (diff) | |
download | GpgFrontend-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.cpp | 2 |
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(); } |