Add padding to the header bar

This commit is contained in:
Eduardo Flores 2022-10-06 22:00:04 -07:00 committed by Michael Murphy
parent 4ae03278cc
commit f5ccd15761
2 changed files with 2 additions and 12 deletions

View file

@ -90,8 +90,8 @@ impl HeaderBar {
};
widget::row(vec![navbutton, content, window_controls])
.height(Length::Units(48))
.padding(4)
.height(Length::Units(50))
.padding(8)
.apply(widget::event_container)
.center_y()
.on_press(T::from(WindowMsg::Drag))