wip rebase updates
This commit is contained in:
parent
86dcf8af6c
commit
e10459fb37
68 changed files with 1776 additions and 1544 deletions
|
|
@ -213,7 +213,9 @@ where
|
|||
let content_list = column::with_children([
|
||||
row::with_children([
|
||||
column().push(date).push(day).into(),
|
||||
crate::widget::Space::with_width(Length::Fill).into(),
|
||||
crate::widget::space::horizontal()
|
||||
.width(Length::Fill)
|
||||
.into(),
|
||||
month_controls.into(),
|
||||
])
|
||||
.align_y(Vertical::Center)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue