Skip to content

Commit

Permalink
update help popup height
Browse files Browse the repository at this point in the history
  • Loading branch information
pythops committed Dec 16, 2024
1 parent abe02b8 commit 63acd62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/help.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ impl Help {
.direction(Direction::Vertical)
.constraints([
Constraint::Fill(1),
Constraint::Percentage(80),
Constraint::Length(28),
Constraint::Fill(1),
])
.flex(ratatui::layout::Flex::SpaceBetween)
Expand Down

0 comments on commit 63acd62

Please sign in to comment.