From 6053c527a8f9205478f8a2e4c087ec39c597cae4 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Mon, 18 Dec 2023 18:47:38 -0800 Subject: [PATCH] Add some padding around workspaces --- src/view/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/view/mod.rs b/src/view/mod.rs index c6e768c..c69528a 100644 --- a/src/view/mod.rs +++ b/src/view/mod.rs @@ -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() }