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

View File

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