Add some padding around workspaces

This commit is contained in:
Ian Douglas Scott 2023-12-18 18:47:38 -08:00
parent f40c5919cd
commit 6053c527a8

View file

@ -229,6 +229,7 @@ fn toplevel_previews<'a>(
.width(iced::Length::FillPortion(4))
.height(iced::Length::Fill)
.spacing(16)
.padding(12)
.align_items(iced::Alignment::Center)
.into()
}