Ignore:
Timestamp:
04/14/12 09:03:10 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

The simulator time is displayed in the status bar

File:
1 edited

Legend:

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

    r79 r80  
    549549        labelAlignment = gtk.Alignment(xalign=0.0, xscale=0.0)
    550550        self._tailNumber = gtk.Label()
    551         self._tailNumber.set_width_chars(6)
     551        self._tailNumber.set_width_chars(10)
    552552        self._tailNumber.set_alignment(0.0, 0.5)
    553553        labelAlignment.add(self._tailNumber)
     
    561561        labelAlignment = gtk.Alignment(xalign=0.0, xscale=0.0)
    562562        self._departureICAO = gtk.Label()
    563         self._departureICAO.set_width_chars(5)
     563        self._departureICAO.set_width_chars(6)
    564564        self._departureICAO.set_alignment(0.0, 0.5)
    565565        labelAlignment.add(self._departureICAO)
Note: See TracChangeset for help on using the changeset viewer.