mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35:35 +08:00
Ref T592, added missing radar init
This commit is contained in:
committed by
Mat Sutcliffe
parent
c45592f9b5
commit
461e24f293
@@ -162,6 +162,7 @@ namespace BlackGui
|
|||||||
case InfoAreaSettings:
|
case InfoAreaSettings:
|
||||||
case InfoAreaTextMessages:
|
case InfoAreaTextMessages:
|
||||||
case InfoAreaWeather:
|
case InfoAreaWeather:
|
||||||
|
case InfoAreaRadar:
|
||||||
return QSize(600, 400);
|
return QSize(600, 400);
|
||||||
case InfoAreaFlightPlan:
|
case InfoAreaFlightPlan:
|
||||||
return QSize(625, 500);
|
return QSize(625, 500);
|
||||||
@@ -197,9 +198,9 @@ namespace BlackGui
|
|||||||
case InfoAreaSimulator: return CIcons::appSimulator16();
|
case InfoAreaSimulator: return CIcons::appSimulator16();
|
||||||
case InfoAreaMapping: return CIcons::appMappings16();
|
case InfoAreaMapping: return CIcons::appMappings16();
|
||||||
case InfoAreaLog: return CIcons::appLog16();
|
case InfoAreaLog: return CIcons::appLog16();
|
||||||
|
case InfoAreaRadar: return CIcons::appRadar16();
|
||||||
case InfoAreaTextMessages: return CIcons::appTextMessages16();
|
case InfoAreaTextMessages: return CIcons::appTextMessages16();
|
||||||
case InfoAreaInterpolation: return CIcons::appInterpolation16();
|
case InfoAreaInterpolation: return CIcons::appInterpolation16();
|
||||||
case InfoAreaRadar: return CIcons::appRadar16();
|
|
||||||
default: return CIcons::empty();
|
default: return CIcons::empty();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user