Change dimensions and font of xswiftbus message window

This commit is contained in:
Roland Winklmeier
2018-04-04 17:14:45 +02:00
parent 6a19f7c334
commit da94b6c0df
2 changed files with 4 additions and 4 deletions

View File

@@ -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();