draw yaw scale
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ MainWindow::MainWindow(QWidget *parent)
|
||||
|
||||
copk = new Cockpit(this);
|
||||
|
||||
copk->setGeometry(this->width() - copk->width(),0,700,this->height());
|
||||
copk->setGeometry(this->width() - copk->width(),0,900,this->height());
|
||||
|
||||
|
||||
nav->setGeometry(0,0,50,this->height());
|
||||
|
||||
Reference in New Issue
Block a user