Add padding to the header bar
This commit is contained in:
parent
4ae03278cc
commit
f5ccd15761
2 changed files with 2 additions and 12 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue