fix: fixed size sorting headings
This commit is contained in:
parent
45711e1734
commit
d87b40dfb3
1 changed files with 1 additions and 1 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue