Skip to content

Commit

Permalink
fix truncated cpu history graph
Browse files Browse the repository at this point in the history
seems to have changed with tui 0.16.0
fdehau/tui-rs#514
  • Loading branch information
jli committed Aug 22, 2021
1 parent 4e318f4 commit 4b3cb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view.rs
Expand Up @@ -204,7 +204,7 @@ impl<'a> ProcTable<'a> {
Constraint::Length(5),
Constraint::Length(5),
Constraint::Length(4),
Constraint::Min(10),
Constraint::Percentage(100),
])
}
}

0 comments on commit 4b3cb5f

Please sign in to comment.