User hover style for drop target
This commit is contained in:
parent
b635c10837
commit
6cca5476ab
2 changed files with 5 additions and 4 deletions
|
|
@ -669,7 +669,7 @@ impl Application for App {
|
|||
if let Some(workspace) =
|
||||
self.workspaces.iter().find(|x| &x.handle == handle)
|
||||
{
|
||||
let item = view::workspace_item(workspace, output);
|
||||
let item = view::workspace_item(workspace, output, false);
|
||||
return widget::container(item)
|
||||
.height(iced::Length::Fixed(size.height))
|
||||
.width(iced::Length::Fixed(size.width))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue