Wrap aircraft_type in kneeboard support page

This commit is contained in:
Raffson 2023-02-04 17:03:31 +01:00
parent 1033923f68
commit 667addf25b
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -530,7 +530,7 @@ class SupportPage(KneeboardPage):
[ [
f.callsign, f.callsign,
str(f.flight_type), str(f.flight_type),
str(f.aircraft_type), KneeboardPageWriter.wrap_line(str(f.aircraft_type), 23),
str(len(f.units)), str(len(f.units)),
self.format_frequency(f.intra_flight_channel), self.format_frequency(f.intra_flight_channel),
] ]