Skip to content

Commit

Permalink
fix(ui): update constraint percentage for sections in ui
Browse files Browse the repository at this point in the history
Signed-off-by: Deep Panchal <deep302001@gmail.com>
  • Loading branch information
deepanchal committed Jun 22, 2024
1 parent f114454 commit 2fc985c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ pub fn render<B: Backend>(app: &mut App, frame: &mut Frame) {
.margin(1)
.constraints(
[
Constraint::Percentage(10),
Constraint::Percentage(20),
Constraint::Percentage(20),
Constraint::Percentage(60),
Constraint::Percentage(70),
]
.as_ref(),
)
Expand Down

0 comments on commit 2fc985c

Please sign in to comment.