Skip to content

Commit

Permalink
updated percentage cl widths to 99%
Browse files Browse the repository at this point in the history
  • Loading branch information
somayaj committed Jul 5, 2021
1 parent 28abf28 commit df47ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/overview.rs
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ fn draw_cronjobs_block<B: Backend>(f: &mut Frame<B>, app: &mut App, area: Rect)
column_widths: vec![
Constraint::Percentage(25),
// workaround for TUI-RS issue : https://github.com/fdehau/tui-rs/issues/470#issuecomment-852562848
Constraint::Percentage(39),
Constraint::Percentage(19),
Constraint::Percentage(15),
Constraint::Percentage(10),
Constraint::Percentage(10),
Expand Down

0 comments on commit df47ea8

Please sign in to comment.