Skip to content

Commit

Permalink
Revert status message to 175px width.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw committed Dec 21, 2023
1 parent 96131b6 commit 98a6e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/freedv_reporter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ FreeDVReporterDialog::FreeDVReporterDialog(wxWindow* parent, wxWindowID id, cons
auto statusMessageLabel = new wxStaticText(this, wxID_ANY, _("Message:"), wxDefaultPosition, wxDefaultSize);
reportingSettingsSizer->Add(statusMessageLabel, 0, wxALL | wxALIGN_LEFT | wxALIGN_CENTER_VERTICAL, 5);

m_statusMessage = new wxComboBox(this, wxID_ANY, _(""), wxDefaultPosition, wxSize(125, -1), 0, nullptr, wxCB_DROPDOWN | wxTE_PROCESS_ENTER);
m_statusMessage = new wxComboBox(this, wxID_ANY, _(""), wxDefaultPosition, wxSize(175, -1), 0, nullptr, wxCB_DROPDOWN | wxTE_PROCESS_ENTER);
reportingSettingsSizer->Add(m_statusMessage, 0, wxALL | wxALIGN_LEFT | wxALIGN_CENTER_VERTICAL, 5);

m_buttonSet = new wxButton(this, wxID_ANY, _("Set"));
Expand Down

0 comments on commit 98a6e97

Please sign in to comment.