Align headerbar items
This commit is contained in:
parent
693f776f7d
commit
0299878508
1 changed files with 1 additions and 0 deletions
|
|
@ -323,6 +323,7 @@ impl<'a, Message: Clone + 'static> HeaderBar<'a, Message> {
|
|||
.align_x(iced::alignment::Horizontal::Right)
|
||||
.width(Length::Shrink),
|
||||
)
|
||||
.align_items(iced::Alignment::Center)
|
||||
.height(Length::Fixed(50.0))
|
||||
.padding(8)
|
||||
.spacing(8)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue