From e2678079318091671a1585b31e499980e074b776 Mon Sep 17 00:00:00 2001 From: Andrew Golovashevich Date: Fri, 30 Jan 2026 05:26:19 +0300 Subject: [PATCH] [lab2] Fixed spacing in table --- lab2/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lab2/src/main.rs b/lab2/src/main.rs index dbb0bb9..a0e397e 100644 --- a/lab2/src/main.rs +++ b/lab2/src/main.rs @@ -162,7 +162,7 @@ impl eframe::App for MyApp { .resizable(true) .column(Column::remainder()) .column(Column::remainder()) - .columns(Column::auto(), self.bitCount) + .columns(Column::remainder(), self.bitCount) .header(20.0, |mut header| { header.col(|ui| { ui.horizontal(|ui| {