Skip to content

Commit 23fe27f

Browse files
committed
resize packet infos popup to show all the available infos
1 parent efd4d5f commit 23fe27f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oryx-tui/src/section/inspection.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ impl Inspection {
716716
.direction(Direction::Vertical)
717717
.constraints([
718718
Constraint::Fill(1),
719-
Constraint::Length(36),
719+
Constraint::Length(50),
720720
Constraint::Fill(1),
721721
])
722722
.flex(ratatui::layout::Flex::SpaceBetween)

0 commit comments

Comments
 (0)