wfr / open-claravox-editor

Editor for the Moog Claravox theremin
GNU General Public License v3.0
0 stars 0 forks source link

Width of editor sections should be configurable (in code) #8

Open wfr opened 2 years ago

wfr commented 2 years ago

Right now the width of editor sections (e.g. the Antennas section) is hardcoded in numerous places. Instead, there should be a central variable EditorElementWidth that applies to all. For now we don't need it to be user-configurable, but that's also an option in the future.

While we're at it, clean up the TabWordList component that contains redundant width definitions.