diff --git a/src/freedv_reporter.cpp b/src/freedv_reporter.cpp index 05220f9c9..c5a89c2a6 100644 --- a/src/freedv_reporter.cpp +++ b/src/freedv_reporter.cpp @@ -244,7 +244,7 @@ void FreeDVReporterDialog::onUserConnectFn_(std::string sid, std::string lastUpd // Resize all columns to the biggest value. for (int col = 0; col <= 10; col++) { - m_listSpots->SetColumnWidth(col, wxLIST_AUTOSIZE); + m_listSpots->SetColumnWidth(col, wxLIST_AUTOSIZE_USEHEADER); } m_listSpots->Thaw(); @@ -404,4 +404,4 @@ wxString FreeDVReporterDialog::makeValidTime_(std::string timeStr) { return _("Unknown"); } -} \ No newline at end of file +}