Add some padding around workspaces
This commit is contained in:
parent
f40c5919cd
commit
6053c527a8
1 changed files with 1 additions and 0 deletions
|
|
@ -229,6 +229,7 @@ fn toplevel_previews<'a>(
|
||||||
.width(iced::Length::FillPortion(4))
|
.width(iced::Length::FillPortion(4))
|
||||||
.height(iced::Length::Fill)
|
.height(iced::Length::Fill)
|
||||||
.spacing(16)
|
.spacing(16)
|
||||||
|
.padding(12)
|
||||||
.align_items(iced::Alignment::Center)
|
.align_items(iced::Alignment::Center)
|
||||||
.into()
|
.into()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue