1
0

look'n'feel tweaks

This commit is contained in:
Gary Wang
2019-09-29 22:18:38 +08:00
parent b3e29ad4a6
commit a4d8376c20
3 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ MainWindow::MainWindow(QWidget *parent) :
{
this->setWindowFlags(Qt::Window | Qt::FramelessWindowHint);
this->setAttribute(Qt::WA_TranslucentBackground, true);
this->setMinimumSize(610, 410);
this->setMinimumSize(710, 530);
m_fadeOutAnimation = new QPropertyAnimation(this, "windowOpacity");
m_fadeOutAnimation->setDuration(300);