Changeset 1005:5ba38c0f2ab9


Ignore:
Timestamp:
07/07/19 08:06:31 (5 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

The monitor window has enough space for the NAV1 and NAV2 frequencies (re #347).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/gui/monitor.py

    r996 r1005  
    128128        table.attach(self._squawk, 7, 8, 3, 4)
    129129
    130         (label, self._nav1) = self._createLabeledEntry("NAV1:", 5)
     130        (label, self._nav1) = self._createLabeledEntry("NAV1:", 6)
    131131        table.attach(label, 8, 9, 3, 4)
    132132        table.attach(self._nav1, 9, 10, 3, 4)
    133133
    134         (label, self._nav2) = self._createLabeledEntry("NAV2:", 5)
     134        (label, self._nav2) = self._createLabeledEntry("NAV2:", 6)
    135135        table.attach(label, 10, 11, 3, 4)
    136136        table.attach(self._nav2, 11, 12, 3, 4)
Note: See TracChangeset for help on using the changeset viewer.