From d87b40dfb33536b5f917ef0b5167d4f3117b0d7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vuka=C5=A1in=20Vojinovi=C4=87?= <150025636+git-f0x@users.noreply.github.com> Date: Thu, 11 Jul 2024 20:20:37 +0200 Subject: [PATCH] fix: fixed size sorting headings --- src/tab.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tab.rs b/src/tab.rs index 1d79ccc..a5940b2 100644 --- a/src/tab.rs +++ b/src/tab.rs @@ -2528,7 +2528,7 @@ impl Tab { heading_item(fl!("size"), Length::Fixed(size_width), HeadingOptions::Size), ]) .align_items(Alignment::Center) - .height(Length::Fixed(row_height as f32)) + .height(Length::Fixed(32.0)) .padding(space_xxs) .spacing(space_xxs) .into(),