We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f3c10 commit 7af63d5Copy full SHA for 7af63d5
1 file changed
src/tui/ui.rs
@@ -41,7 +41,7 @@ pub fn draw(frame: &mut Frame, app: &mut App) {
41
let chunks = Layout::default()
42
.direction(Direction::Vertical)
43
.constraints([
44
- Constraint::Length(6),
+ Constraint::Length(5),
45
Constraint::Min(5),
46
Constraint::Length(1),
47
])
0 commit comments