Don't expand workspace preview to fill height
This commit is contained in:
parent
f189c2d49e
commit
1f4bed40fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue