mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +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 InfoAreaTextMessages:
|
||||
case InfoAreaWeather:
|
||||
case InfoAreaRadar:
|
||||
return QSize(600, 400);
|
||||
case InfoAreaFlightPlan:
|
||||
return QSize(625, 500);
|
||||
@@ -197,9 +198,9 @@ namespace BlackGui
|
||||
case InfoAreaSimulator: return CIcons::appSimulator16();
|
||||
case InfoAreaMapping: return CIcons::appMappings16();
|
||||
case InfoAreaLog: return CIcons::appLog16();
|
||||
case InfoAreaRadar: return CIcons::appRadar16();
|
||||
case InfoAreaTextMessages: return CIcons::appTextMessages16();
|
||||
case InfoAreaInterpolation: return CIcons::appInterpolation16();
|
||||
case InfoAreaRadar: return CIcons::appRadar16();
|
||||
default: return CIcons::empty();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user