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
|
|
@ -212,7 +212,7 @@ where
|
|||
|
||||
let content_list = column::with_children([
|
||||
row::with_children([
|
||||
column().push(date).push(day).into(),
|
||||
column([date.into(), day.into()]).into(),
|
||||
crate::widget::space::horizontal()
|
||||
.width(Length::Fill)
|
||||
.into(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue