Skip to content

Commit

Permalink
fix: style (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshuaikang authored Dec 28, 2024
1 parent 969e27d commit 3f227f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ pub fn draw_interface<B: Backend>(
.constraints(
[
Constraint::Length(1),
Constraint::Percentage(10),
Constraint::Length(2),
Constraint::Percentage(5),
Constraint::Length(3),
Constraint::Percentage(60),
Constraint::Length(1),
Constraint::Percentage(40),
Constraint::Length(5),
]
.as_ref(),
)
Expand Down

0 comments on commit 3f227f7

Please sign in to comment.