Changeset 116:d2b6481a2857 for src/mlx
- Timestamp:
- 04/27/12 18:30:02 (13 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/gui/statusbar.py
r112 r116 54 54 longestStage = xstr("flight_stage_" + 55 55 const.stage2string(const.STAGE_PUSHANDTAXI)) 56 print len(longestStage)57 56 self._stageLabel.set_width_chars(len(longestStage) + 3) 58 57 self._stageLabel.set_tooltip_text(xstr("statusbar_stage_tooltip"))
Note:
See TracChangeset
for help on using the changeset viewer.