drowe67 / freedv-gui

GUI Application for FreeDV – open source digital voice for HF radio
https://freedv.org/
GNU Lesser General Public License v2.1
206 stars 52 forks source link

Mode box on freedv main window size tweak #445

Closed Tyrbiter closed 1 year ago

Tyrbiter commented 1 year ago

The Mode box defined in the topFrame.cpp file has a minimum vertical size of 240 (line 401 in my current tree), that causes the box to change size when the Others: mode list is expanded and hence the Controls box and buttons move too. This doesn't happen if the minimum size is 250, at least with the Fedora wxWidgets libraries.

tmiw commented 1 year ago

I opened a PR for this. Interestingly, I couldn't duplicate it in Ubuntu 22.04 but could on my Fedora 38 VM.