Skip to content

Commit

Permalink
bugfix: Make the info panel slightly larger
Browse files Browse the repository at this point in the history
  • Loading branch information
stchris committed Oct 24, 2024
1 parent 7da4770 commit d0dfb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pub fn render(app: &mut App, f: &mut Frame) {
.constraints([
Constraint::Length(4),
Constraint::Min(1),
Constraint::Length(7),
Constraint::Length(9),
Constraint::Length(1),
Constraint::Length(1),
])
Expand Down

0 comments on commit d0dfb62

Please sign in to comment.