mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Wrap aircraft_type in kneeboard support page
This commit is contained in:
parent
1033923f68
commit
667addf25b
@ -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),
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user