Changeset 679:735b0bd01c79 for src/mlx/gui
- Timestamp:
- 09/17/15 07:01:56 (9 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/gui/statusbar.py
r404 r679 88 88 89 89 self._ratingLabel = gtk.Label() 90 self._ratingLabel.set_width_chars( 12)90 self._ratingLabel.set_width_chars(20) 91 91 self._ratingLabel.set_tooltip_text(xstr("statusbar_rating_tooltip")) 92 92 self._ratingLabel.set_alignment(0.0, 0.5)
Note:
See TracChangeset
for help on using the changeset viewer.