mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
GUI fixes
* added missing support for weather component in main info area * closing the navigator needs to display main window (otherwise no windows is visible)
This commit is contained in:
@@ -70,6 +70,11 @@ namespace BlackGui
|
||||
return ui->comp_Settings;
|
||||
}
|
||||
|
||||
CWeatherComponent *CMainInfoAreaComponent::getWeatherComponent()
|
||||
{
|
||||
return ui->comp_Weather;
|
||||
}
|
||||
|
||||
CLogComponent *CMainInfoAreaComponent::getLogComponent()
|
||||
{
|
||||
return ui->comp_Log;
|
||||
@@ -117,6 +122,7 @@ namespace BlackGui
|
||||
case InfoAreaMappings:
|
||||
case InfoAreaSettings:
|
||||
case InfoAreaTextMessages:
|
||||
case InfoAreaWeather:
|
||||
return QSize(600, 400);
|
||||
break;
|
||||
case InfoAreaFlightPlan:
|
||||
|
||||
Reference in New Issue
Block a user