summaryrefslogtreecommitdiff
path: root/src/components/contacts/contact_list.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/contacts/contact_list.rs')
-rw-r--r--src/components/contacts/contact_list.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/contacts/contact_list.rs b/src/components/contacts/contact_list.rs
index 52684cd9..8fc89e2b 100644
--- a/src/components/contacts/contact_list.rs
+++ b/src/components/contacts/contact_list.rs
@@ -46,7 +46,7 @@ pub struct ContactList {
new_cursor_pos: usize,
account_pos: usize,
length: usize,
- data_columns: DataColumns,
+ data_columns: DataColumns<4>,
initialized: bool,
theme_default: ThemeAttribute,
highlight_theme: ThemeAttribute,