Changeset 154:91d87af48ab7 for src/mlx
- Timestamp:
- 05/05/12 11:52:34 (13 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/gui/flight.py
r151 r154 2075 2075 labelAlignment = gtk.Alignment(xalign=0.0, xscale=0.0) 2076 2076 self._flightRating = gtk.Label() 2077 self._flightRating.set_width_chars( 7)2077 self._flightRating.set_width_chars(8) 2078 2078 self._flightRating.set_alignment(0.0, 0.5) 2079 2079 self._flightRating.set_use_markup(True)
Note:
See TracChangeset
for help on using the changeset viewer.