Ticket #3042 (new enhancement)
Bottom bar labels should adapt to width change better
Reported by: | AdamK | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Future Releases |
Component: | mc-core | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
Bottom bar label texts were created having in mind 80 column mode. Today, we usually have more then 80 columns.
With 80 colums restriction they are short and ugly, especially in languages other then english.
For each column where should be two text instances for each label:
- short (as of today, for 80 columns and less)
- long
The rule should be:
- if long text fits: use long text
- else, use short text.
Note: See
TracTickets for help on using
tickets.