feat: homogenize padding
This commit is contained in:
parent
65dfe4c229
commit
7b8c42fb90
1 changed files with 2 additions and 1 deletions
|
|
@ -151,11 +151,12 @@ impl State {
|
|||
.into()
|
||||
}))
|
||||
.spacing(15)
|
||||
.padding(15)
|
||||
.into(),
|
||||
])
|
||||
.push(widget::text_editor(&self.content).on_action(Message::EditNotes))
|
||||
.align_x(Horizontal::Center)
|
||||
.spacing(15)
|
||||
.padding(15)
|
||||
.into()
|
||||
}
|
||||
fn update(&mut self, message: Message) -> Task<Message> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue