-
Couldn't load subscription status.
- Fork 264
Description
Bug Description
On my machine, the dialog window "Add SoapySDR Device" is truncated: The input field "Remote Address" is only partially visible, the "Cancel" and "Ok" buttons are completely hidden. This makes it quite difficult to add a remote device.
Steps to reproduce
- Start CubicSDR
- In the "CubicSDR :: SDR Devices" window, click "Add" to open the "Add SoapySDR Device" window"
Software
Operating System: Manjaro Linux x86_64 (as of April 24, 2025)
CubicSDR: v0.2.7 via AUR & latest commit from sources, 0333303 (tried both)
Workaround
Using the "Tab" key the dialog can still be used. After choosing the device type, press "Tab" once to focus on the "Remote Address" input field. Enter the remote address, then press the "Tab" key twice to focus on the "Ok" button and press "Enter" to confirm.
Suggested solution
Increase the default height of this dialog.
- In and
<property name="size">395,293</property> changeSDRDeviceAddForm( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Add SoapySDR Device"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 395,293 ), long style = wxDEFAULT_DIALOG_STYLE ); 395,298to395,400.
