improv: spacing/padding fixes

This commit is contained in:
Vukašin Vojinović 2024-09-04 15:21:51 +02:00 committed by Michael Murphy
parent 71cd25c06d
commit 1046778d01
7 changed files with 13 additions and 16 deletions

View file

@ -14,6 +14,5 @@ where
{
widget::Toggler::new(label, is_checked, f)
.size(24)
.spacing(12)
.width(Length::Shrink)
}