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),
|
heading_item(fl!("size"), Length::Fixed(size_width), HeadingOptions::Size),
|
||||||
])
|
])
|
||||||
.align_items(Alignment::Center)
|
.align_items(Alignment::Center)
|
||||||
.height(Length::Fixed(32.0))
|
.height(Length::Fixed(space_m.into()))
|
||||||
.padding(space_xxs)
|
.padding([0, space_xxs])
|
||||||
.spacing(space_xxs)
|
.spacing(space_xxs)
|
||||||
.into(),
|
.into(),
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue