Merge branch 'master' into ms-analog-label

pull/447/head
Mooneer Salem 2023-06-21 21:31:57 -07:00
commit 61a6a41b28
3 changed files with 3 additions and 1 deletions

View File

@ -611,6 +611,7 @@ FMA - Supports FMA extensions using YMM state</code></pre>
<li>Fix bug causing the PTT button to stay red after the voice keyer finishes TX. (PR #440)</li>
<li>Fix FreeDV Reporter crash when sending RX record. (PR #443)</li>
<li>Hamlib: set mode before frequency to avoid accidental offsetting. (PR #442)</li>
<li>Set minimum size for Mode box to 250px. (PR #446)</li>
</ul></li>
<li>Enhancements:
<ul>

View File

@ -873,6 +873,7 @@ LDPC | Low Density Parity Check Codes - a family of powerful FEC codes
* Hamlib: set mode before frequency to avoid accidental offsetting. (PR #442)
2. Enhancements:
* Display 'Digital' on button when Analog mode is active. (PR #447)
* Set minimum size for Mode box to 250px. (PR #446)
3. Build system:
* Bump Codec2 version to v1.1.1. (PR #437)

View File

@ -398,7 +398,7 @@ TopFrame::TopFrame(wxWindow* parent, wxWindowID id, const wxString& title, const
m_hiddenMode1->SetValue(true);
m_hiddenMode2->SetValue(true);
sbSizer_mode->SetMinSize(wxSize(175,240));
sbSizer_mode->SetMinSize(wxSize(175,250));
otherModeWin->SetSizer(otherModeSizer);
otherModeSizer->SetSizeHints(otherModeWin);