rncbc / qsynth

Qsynth - A fluidsynth Qt GUI Interface
https://qsynth.sourceforge.io
GNU General Public License v2.0
66 stars 17 forks source link

Size Policy of QSpinBox components revised #83

Closed pedrolcl closed 7 months ago

pedrolcl commented 7 months ago

Horizontal size type policy changed to MinimumExpanding. In case of MIDI channels: stretch factor = 2.

The result is that all the spin boxes use now a bit more horizontal space, and if the window is resized horizontally, they can grow.

Closes #81