Skip to content

Commit

Permalink
fix(pfd/a32nx): use end align for LS/ILS
Browse files Browse the repository at this point in the history
  • Loading branch information
BravoMike99 committed Dec 30, 2024
1 parent ddb4c6e commit 826bab9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -795,8 +795,8 @@ class LsReminderIndicator extends DisplayComponent<{ bus: ArincEventBus }> {

render(): VNode {
return (
<FlashOneHertz bus={this.props.bus} flashDuration={9} visible={this.lsReminderVisible}>
<text class="FontLargest Amber" x="99.33" y="124.8">
<FlashOneHertz bus={this.props.bus} flashDuration={9} visible={Subject.create(true)}>
<text class="FontLargest Amber EndAlign" x="112.80" y="124.8">
{this.glsMlsFlsOrLocVnavInstalled.map((v) => (v ? 'LS' : 'ILS'))}
</text>
</FlashOneHertz>
Expand Down

0 comments on commit 826bab9

Please sign in to comment.