mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 20:40:29 +08:00
Fixed station list tooltips
This commit is contained in:
@@ -67,8 +67,8 @@ namespace BlackGui
|
|||||||
|
|
||||||
case StationsBooked:
|
case StationsBooked:
|
||||||
this->m_columns.addColumn(CColumn::standardString("callsign", { CAtcStation::IndexCallsign, CCallsign::IndexCallsignStringAsSet }));
|
this->m_columns.addColumn(CColumn::standardString("callsign", { CAtcStation::IndexCallsign, CCallsign::IndexCallsignStringAsSet }));
|
||||||
this->m_columns.addColumn(CColumn(CAtcStation::IndexIcon));
|
this->m_columns.addColumn(CColumn("type", CAtcStation::IndexIcon));
|
||||||
this->m_columns.addColumn(CColumn("", CAtcStation::IndexIsOnline, new CBoolLedFormatter("online", "offline")));
|
this->m_columns.addColumn(CColumn("", "on/offline", CAtcStation::IndexIsOnline, new CBoolLedFormatter("online", "offline")));
|
||||||
this->m_columns.addColumn(CColumn::standardString("controllername", { CAtcStation::IndexController, CUser::IndexRealName }));
|
this->m_columns.addColumn(CColumn::standardString("controllername", { CAtcStation::IndexController, CUser::IndexRealName }));
|
||||||
this->m_columns.addColumn(CColumn("bookedfrom", CAtcStation::IndexBookedFrom,
|
this->m_columns.addColumn(CColumn("bookedfrom", CAtcStation::IndexBookedFrom,
|
||||||
new CDateTimeFormatter(CDateTimeFormatter::formatYmdhm())));
|
new CDateTimeFormatter(CDateTimeFormatter::formatYmdhm())));
|
||||||
|
|||||||
Reference in New Issue
Block a user