mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-06 08:45:01 -04:00
RecentEntries: Extract Columns model.
This commit is contained in:
parent
61f0d97c39
commit
298324d6e4
7 changed files with 46 additions and 45 deletions
|
@ -276,12 +276,6 @@ AISAppView::AISAppView(NavigationView&) {
|
|||
&recent_entry_detail_view,
|
||||
} });
|
||||
|
||||
const std::array<RecentEntriesColumn, 2> columns { {
|
||||
{ "MMSI", 9 },
|
||||
{ "Name/Call", 20 },
|
||||
} };
|
||||
recent_entries_view.set_columns(columns);
|
||||
|
||||
recent_entry_detail_view.hidden(true);
|
||||
|
||||
target_frequency_ = initial_target_frequency;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue