mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35:35 +08:00
Change dimensions and font of xswiftbus message window
This commit is contained in:
@@ -240,7 +240,7 @@ namespace XSwiftBus
|
||||
void emitAirportsInRangeUpdated(const std::vector<std::string> &icaoCodes, const std::vector<std::string> &names,
|
||||
const std::vector<double> &lats, const std::vector<double> &lons, const std::vector<double> &alts);
|
||||
|
||||
CMessageBoxControl m_messages { 128, 128, 16 };
|
||||
CMessageBoxControl m_messages { 16, 16, 16 };
|
||||
std::vector<CNavDataReference> m_airports;
|
||||
void readAirportsDatabase();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user