Skip to content

Commit

Permalink
More space
Browse files Browse the repository at this point in the history
  • Loading branch information
adamperkowski committed Sep 22, 2024
1 parent ae60c2d commit bac963e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tui/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ impl AppState {

let list_chunks = Layout::default()
.direction(Direction::Horizontal)
.constraints([Constraint::Percentage(85), Constraint::Percentage(15)].as_ref())
.constraints([Constraint::Percentage(70), Constraint::Percentage(30)].as_ref())
.split(chunks[1]);

self.filter.draw_searchbar(frame, chunks[0], &self.theme);
Expand Down

0 comments on commit bac963e

Please sign in to comment.