Skip to content

Commit

Permalink
Align headerbar items
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Jan 31, 2024
1 parent 693f776 commit 0299878
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/widget/header_bar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0299878

Please sign in to comment.