INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Bug: Numbers are left-aligned  (Read 1535 times)

6233638

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 5353
Bug: Numbers are left-aligned
« on: February 15, 2013, 10:50:43 am »

Sorry, but I don't know the proper names for all the various views inside MC yet.
In the "list view" for tracks, pretty much all the columns that have numbers in them are left-aligned rather than right aligned.

So we have:
Code: [Select]
8
9
10
11
Rather than
Code: [Select]
8
 9
10
11

This starts looking really messy when it comes to things like duration, mixed dates where some albums only have years and others have a full release date, and so on.
I'm not sure if it is limited to just the ReplayGain columns, but they seem to be set to display two decimal places. But if you only have -15.2 dB for example, it is not displayed at -15.20 dB as it should be.

An example where ReplayGain looks really messy as a result of this:
Code: [Select]
-9.14 dB
-10.26 dB
-10.14 dB
0.09 dB
-7.21 dB
0.8 dB
-1.77 dB

How it should look:
Code: [Select]
− 9.14 dB
−10.26 dB
−10.14 dB
  0.09 dB
− 7.21 dB
  0.80 dB
− 1.77 dB
Logged

InflatableMouse

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3978
Re: Bug: Numbers are left-aligned
« Reply #1 on: February 15, 2013, 12:15:12 pm »

I wouldn't call it a bug but besides that, I think you got a point. It does improve readability quite a bit.
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Logged
The opinions I express represent my own folly.
Pages: [1]   Go Up