fix: fixed size sorting headings

This commit is contained in:
Vukašin Vojinović 2024-07-11 20:20:37 +02:00 committed by GitHub
parent 45711e1734
commit d87b40dfb3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(),