Skip to content

Commit 75d2ad7

Browse files
committed
overview page: fill all the available horizontal space
1 parent 36cc83c commit 75d2ad7

3 files changed

Lines changed: 93 additions & 106 deletions

File tree

src/gui/pages/inspect_page.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -554,9 +554,8 @@ fn get_agglomerates_row<'a>(
554554
) -> Row<'a, Message, StyleType> {
555555
let tot_packets = tot.tot_packets();
556556
let tot_bytes = tot.tot_bytes();
557-
let width = ReportCol::FILTER_COLUMNS_WIDTH;
558557

559-
let (in_length, out_length) = get_bars_length(width, chart_type, &tot, &tot);
558+
let (in_length, out_length) = get_bars_length(chart_type, &tot, &tot);
560559
let bars = get_bars(in_length, out_length);
561560

562561
let bytes_col = Column::new()

0 commit comments

Comments
 (0)