feat: add a bit of padding
This commit is contained in:
parent
ad2e15605e
commit
e7b46b17c4
1 changed files with 2 additions and 0 deletions
|
|
@ -130,6 +130,8 @@ impl State {
|
||||||
.into()
|
.into()
|
||||||
}))
|
}))
|
||||||
.push(widget::button("add category").on_press(Message::AddCategory))
|
.push(widget::button("add category").on_press(Message::AddCategory))
|
||||||
|
.spacing(15)
|
||||||
|
.padding(15)
|
||||||
.into()
|
.into()
|
||||||
}
|
}
|
||||||
fn update(&mut self, message: Message) {
|
fn update(&mut self, message: Message) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue