Adjust sorting heading padding

This commit is contained in:
Vukašin Vojinović 2024-07-12 11:24:27 +02:00 committed by GitHub
parent 4e7dff5981
commit 23f0a4f942
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2529,8 +2529,8 @@ impl Tab {
heading_item(fl!("size"), Length::Fixed(size_width), HeadingOptions::Size),
])
.align_items(Alignment::Center)
.height(Length::Fixed(32.0))
.padding(space_xxs)
.height(Length::Fixed(space_m.into()))
.padding([0, space_xxs])
.spacing(space_xxs)
.into(),
);