improv(headerbar): pack with 8 spacing
This commit is contained in:
parent
8fc3d4f0c1
commit
332f10add7
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ impl<'a, Message: Clone + 'static> HeaderBar<'a, Message> {
|
||||||
let mut widget = widget::row(packed)
|
let mut widget = widget::row(packed)
|
||||||
.height(Length::Units(50))
|
.height(Length::Units(50))
|
||||||
.padding(8)
|
.padding(8)
|
||||||
|
.spacing(8)
|
||||||
.apply(widget::container)
|
.apply(widget::container)
|
||||||
.center_y()
|
.center_y()
|
||||||
.apply(widget::mouse_listener);
|
.apply(widget::mouse_listener);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue