Changeset 679:735b0bd01c79


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

Made the rating field wider so that the 'TO TAILSTRIKE NO GO' message would fit into it (re #250)

File:
1 edited

Legend:

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

    r404 r679  
    8888
    8989        self._ratingLabel = gtk.Label()
    90         self._ratingLabel.set_width_chars(12)
     90        self._ratingLabel.set_width_chars(20)
    9191        self._ratingLabel.set_tooltip_text(xstr("statusbar_rating_tooltip"))
    9292        self._ratingLabel.set_alignment(0.0, 0.5)
Note: See TracChangeset for help on using the changeset viewer.