mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Lower max line length for airfield in kneeboard
This commit is contained in:
parent
3598b07185
commit
be37b4b3e7
@ -468,7 +468,7 @@ class BriefingPage(KneeboardPage):
|
|||||||
ils = ""
|
ils = ""
|
||||||
return [
|
return [
|
||||||
row_title,
|
row_title,
|
||||||
"\n".join(textwrap.wrap(runway.airfield_name, width=24)),
|
"\n".join(textwrap.wrap(runway.airfield_name, width=17)),
|
||||||
atc,
|
atc,
|
||||||
tacan,
|
tacan,
|
||||||
ils,
|
ils,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user