Ignore:
Timestamp:
04/14/12 15:07:56 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

There is more space for the flight number on the connect page

File:
1 edited

Legend:

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

    r80 r82  
    525525        labelAlignment = gtk.Alignment(xalign=0.0, xscale=0.0)
    526526        self._flightNumber = gtk.Label()
    527         self._flightNumber.set_width_chars(6)
     527        self._flightNumber.set_width_chars(7)
    528528        self._flightNumber.set_alignment(0.0, 0.5)
    529529        labelAlignment.add(self._flightNumber)
Note: See TracChangeset for help on using the changeset viewer.