ejci / Chrome-Audio-EQ

Audio EQ for Chrome
GNU General Public License v2.0
106 stars 40 forks source link

Minor display issue/suggestions #66

Open wzx1996 opened 7 years ago

wzx1996 commented 7 years ago

screenshot

  1. Why is the upper part uses "2", "2", ”1“, "-1" rather than something like "+12 dB", "-12 dB" in the ruler? If I didn't used the older versions I won't be able to know that the maximum I can set is +12 dB.

  2. Consider making the upper part higher (so that it's a bit more precise) and add numeric scales to the slider so that it's easier to tweak precisely.

  3. Make the setting panel wider so that the 16k slider doesn't have to be on it's own row.

bhenstra commented 7 years ago

I have noticed the same issue. There is a small change required in file popup\popup.css line 12: [-] width: 400px; [+] width: 420px;

Cheers ;-)

image

Update:

I was able to fix it myself ;-)

  1. Copy the extension folder (to another location somewhere on your computer)
  2. Edit popup.css (change 400px into 420px) and save the file
  3. Remove the sub folder _metadata
  4. Navigate to chrome://extensions/ (in Chrome)
  5. Enable Developer Mode (at the top)
  6. Load upacked extension...
  7. Navigate to the folder where the edited copy resides
  8. Load it and have fun ;-)