Changeset 82:c24db9d1ba8d for src/mlx
- Timestamp:
- 04/14/12 15:07:56 (13 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- src/mlx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/const.py
r81 r82 4 4 5 5 # The version of the program 6 VERSION="0.00 5"6 VERSION="0.006" 7 7 8 8 #------------------------------------------------------------------------------- -
src/mlx/gui/flight.py
r80 r82 525 525 labelAlignment = gtk.Alignment(xalign=0.0, xscale=0.0) 526 526 self._flightNumber = gtk.Label() 527 self._flightNumber.set_width_chars( 6)527 self._flightNumber.set_width_chars(7) 528 528 self._flightNumber.set_alignment(0.0, 0.5) 529 529 labelAlignment.add(self._flightNumber)
Note:
See TracChangeset
for help on using the changeset viewer.