freeDSP / freeDSP-aurora

freeDSP ADAU1452 with 8 analog input, 8 analog outputs, S/P-DIF I/O, ADAT I/O, USB Audio Class2, WiFi, Bluetooth
Creative Commons Attribution Share Alike 4.0 International
176 stars 55 forks source link

v2.2.1: 4FIRs plugin web interface has oversized peq dialog #100

Closed zas closed 2 years ago

zas commented 2 years ago

https://github.com/freeDSP/freeDSP-aurora/blob/0c6edf79fcab260e279281e42e99ac09a16ecc5e/SOURCES/WEBAPP/js/aurora.js#L399 causes the width to be set to a fixed width 2000px (whatever is the window width).

Here how it looks on my screen (see PEQ 10):

image

It's even worse with reduced browser window, especially since there's no mean to scroll horizontally:

image

image


Instead, setting width to 95% results in much nicer output:

image

dspverden commented 2 years ago

Its fixed now by arranging per bands in two rows and setting max-width to 95% in this commit: 67fe23e