Commit 287d75ac authored by Koen Kooi's avatar Koen Kooi

MainWindow: make PFD the central widget.

Signed-off-by: 's avatarKoen Kooi <koen@dominion.thruhere.net>
parent dd75a986
......@@ -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");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment