1
0

chore: about dialog strings, also add a thanks tab

This commit is contained in:
Gary Wang
2020-10-05 20:43:30 +08:00
parent c78eb1a272
commit 5ace4e219c
6 changed files with 295 additions and 108 deletions

View File

@@ -37,7 +37,7 @@ MainWindow::MainWindow(QWidget *parent) :
}
this->setAttribute(Qt::WA_TranslucentBackground, true);
this->setMinimumSize(350, 350);
this->setMinimumSize(350, 330);
this->setWindowIcon(QIcon(":/icons/app-icon.svg"));
this->setMouseTracking(true);