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)
|
||||
.map(Message::Page);
|
||||
|
||||
column::with_capacity(2)
|
||||
.push(page_title(&self.pages.info[self.active_page]))
|
||||
widget::column::with_capacity(3)
|
||||
.push(self.page_container(page_title(&self.pages.info[self.active_page])))
|
||||
.push(widget::vertical_space(theme.cosmic().space_m()))
|
||||
.push(page_list)
|
||||
.spacing(theme.cosmic().space_m())
|
||||
.padding(0)
|
||||
.height(Length::Fill)
|
||||
.into()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue