Skip to content

Commit

Permalink
fix tui layout
Browse files Browse the repository at this point in the history
  • Loading branch information
hatoo committed Feb 4, 2024
1 parent 193c3d9 commit 4cf12be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/monitor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ impl Monitor {
Constraint::Length(3),
Constraint::Length(8),
Constraint::Length(error_dist.len() as u16 + 2),
Constraint::Percentage(40),
Constraint::Fill(1),
]
.as_ref(),
)
Expand Down

0 comments on commit 4cf12be

Please sign in to comment.