We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf1a97 commit 71b7e22Copy full SHA for 71b7e22
src/app.rs
@@ -54,7 +54,7 @@ impl Default for LogViewerApp {
54
start_open_path: Default::default(),
55
loading_status: Default::default(),
56
last_filename: Default::default(),
57
- track_item_align: Default::default(),
+ track_item_align: Some(Align::Center),
58
shortcuts: Default::default(),
59
should_scroll_to_end_on_load: Default::default(),
60
row_idx_field_name: Some("row#".to_string()),
0 commit comments