cargo fmt
This commit is contained in:
parent
ef635acb2b
commit
7a964772c2
1 changed files with 4 additions and 4 deletions
|
|
@ -1256,10 +1256,10 @@ where
|
|||
.collect(),
|
||||
actions: DndAction::Move,
|
||||
origin_id: window_id,
|
||||
icon_id: Some((DndIcon::Widget(
|
||||
icon_id,
|
||||
Box::new(state_clone.clone()),
|
||||
), iced::Vector::ZERO)),
|
||||
icon_id: Some((
|
||||
DndIcon::Widget(icon_id, Box::new(state_clone.clone())),
|
||||
iced::Vector::ZERO,
|
||||
)),
|
||||
data: Box::new(TextInputString(text.clone())),
|
||||
}
|
||||
})));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue