Lower max line length for airfield in kneeboard

This commit is contained in:
Raffson 2023-02-19 18:58:01 +01:00
parent 3598b07185
commit be37b4b3e7
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -468,7 +468,7 @@ class BriefingPage(KneeboardPage):
ils = ""
return [
row_title,
"\n".join(textwrap.wrap(runway.airfield_name, width=24)),
"\n".join(textwrap.wrap(runway.airfield_name, width=17)),
atc,
tacan,
ils,