Adjust sorting heading padding
This commit is contained in:
parent
4e7dff5981
commit
23f0a4f942
1 changed files with 2 additions and 2 deletions
|
|
@ -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(),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue