fix the tar state

This commit is contained in:
2020-01-10 15:53:42 +08:00
parent 1b466f703e
commit 5a1fe51da3
4 changed files with 290 additions and 271 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ MainWindow::MainWindow(QWidget *parent)
copk = new Cockpit(this);
copk->setGeometry(this->width() - copk->width(),0,1000,this->height());
copk->setGeometry(this->width() - copk->width(),0,600,this->height());
nav->setGeometry(0,0,50,this->height());