Changeset 1062:dbe4dc2847a8 for src


Ignore:
Timestamp:
09/25/22 12:51:59 (19 months ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
Phase:
public
Message:

The trim value has more digits in the monitor display

File:
1 edited

Legend:

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

    r1005 r1062  
    191191        table.attach(self._position, 7, 10, 6, 7)
    192192
    193         (label, self._elevatorTrim) = self._createLabeledEntry("Trim:", 5)
     193        (label, self._elevatorTrim) = self._createLabeledEntry("Trim:", 7)
    194194        table.attach(label, 10, 11, 6, 7)
    195195        table.attach(self._elevatorTrim, 11, 12, 6, 7)
Note: See TracChangeset for help on using the changeset viewer.