Skip to content
Snippets Groups Projects
Commit 287d75ac authored by Koen Kooi's avatar Koen Kooi
Browse files

MainWindow: make PFD the central widget.

parent dd75a986
No related branches found
No related tags found
No related merge requests found
......@@ -556,7 +556,7 @@ void MainWindow::buildCommonWidgets()
{
pilotView = new SubMainWindow(this);
pilotView->setObjectName("VIEW_FLIGHT");
pilotView->setCentralWidget(new HUD(640,480,this));
pilotView->setCentralWidget(new PrimaryFlightDisplay(this));
addToCentralStackedWidget(pilotView, VIEW_FLIGHT, "Pilot");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment