Don't expand workspace preview to fill height

This commit is contained in:
Ian Douglas Scott 2023-12-14 16:24:25 -08:00
parent f189c2d49e
commit 1f4bed40fc

View file

@ -76,7 +76,7 @@ pub(crate) fn workspace_item<'a>(
.style(cosmic::theme::Button::Image) .style(cosmic::theme::Button::Image)
.on_press(Msg::ActivateWorkspace(workspace.handle.clone())), .on_press(Msg::ActivateWorkspace(workspace.handle.clone())),
] ]
.height(iced::Length::Fill) //.height(iced::Length::Fill)
.into() .into()
} }