Adjust padding for nav bar and content
This commit is contained in:
parent
c46207a993
commit
dd13b8300c
3 changed files with 6 additions and 3 deletions
|
|
@ -65,7 +65,7 @@ impl<'a, Message: Clone + 'static> HeaderBar<'a, Message> {
|
|||
|
||||
let mut widget = widget::row(packed)
|
||||
.height(Length::Units(50))
|
||||
.padding(10)
|
||||
.padding(8)
|
||||
.apply(widget::container)
|
||||
.center_y()
|
||||
.apply(widget::mouse_listener);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue