fix: sub page header alignment
This commit is contained in:
parent
a4b9b45348
commit
2736773c31
1 changed files with 4 additions and 4 deletions
|
|
@ -863,11 +863,11 @@ impl SettingsApp {
|
||||||
.apply(Element::from)
|
.apply(Element::from)
|
||||||
.map(Message::Page);
|
.map(Message::Page);
|
||||||
|
|
||||||
column::with_capacity(2)
|
widget::column::with_capacity(3)
|
||||||
.push(page_title(&self.pages.info[self.active_page]))
|
.push(self.page_container(page_title(&self.pages.info[self.active_page])))
|
||||||
|
.push(widget::vertical_space(theme.cosmic().space_m()))
|
||||||
.push(page_list)
|
.push(page_list)
|
||||||
.spacing(theme.cosmic().space_m())
|
.height(Length::Fill)
|
||||||
.padding(0)
|
|
||||||
.into()
|
.into()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue