From 156ee9fb74afdbda89afb0ec580aacd75ef869df Mon Sep 17 00:00:00 2001 From: Saturneric Date: Wed, 25 Aug 2021 17:08:22 +0800 Subject: Update Documents. Fix Some Bugs. --- src/ui/help/AboutDialog.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ui/help/AboutDialog.cpp') 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(); } -- cgit v1.2.3