Skip to content

Commit

Permalink
Left-align directions, right-align headings.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw committed Feb 5, 2024
1 parent d813665 commit 91965cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/dialogs/freedv_reporter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -455,10 +455,12 @@ void FreeDVReporterDialog::refreshLayout()
if (wxGetApp().appConfiguration.reportingConfiguration.reportingDirectionAsCardinal)
{
item.SetText("Dir");
item.SetAlign(wxLIST_FORMAT_LEFT);
}
else
{
item.SetText("Hdg");
item.SetAlign(wxLIST_FORMAT_RIGHT);
}
m_listSpots->SetColumn(HEADING_COL + colOffset, item);

Expand Down

0 comments on commit 91965cf

Please sign in to comment.