Skip to content

Commit

Permalink
feat: better layout
Browse files Browse the repository at this point in the history
  • Loading branch information
kabouzeid committed Mar 28, 2023
1 parent 06b9ce2 commit 67e24e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ impl App {

let master_detail = Layout::default()
.direction(Direction::Horizontal)
.constraints([Constraint::Percentage(30), Constraint::Percentage(70)].as_ref())
.constraints([Constraint::Min(50), Constraint::Percentage(70)].as_ref())
.split(content_help[0]);

let job_detail_log = Layout::default()
Expand Down

0 comments on commit 67e24e0

Please sign in to comment.