@ -238,7 +238,7 @@ void QssMainWindow::OnMaxOrRestore(bool max)
rc.setRight(rc.right() - 50);
this->setGeometry(rc);
this->setFixedHeight(rc.height());
this->setFixedHeight(rc.height() - m_titleBar->height());
}