chore: re-export iced row and column
This removes the custom row and column implementations and uses the iced ones directly.
This commit is contained in:
parent
a9e0671075
commit
fdf3369cea
20 changed files with 103 additions and 227 deletions
|
|
@ -32,7 +32,7 @@ pub fn context_menu<'a, Message: 'static + Clone>(
|
|||
content: content.into(),
|
||||
context_menu: context_menu.map(|menus| {
|
||||
vec![menu::Tree::with_children(
|
||||
crate::Element::from(crate::widget::row::<'static, Message>()),
|
||||
crate::Element::from(crate::widget::Row::new()),
|
||||
menus,
|
||||
)]
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue