Skip to content

Commit

Permalink
Merge pull request #161 from git-f0x/master
Browse files Browse the repository at this point in the history
Make search button padding fixed
  • Loading branch information
jackpot51 authored Sep 24, 2024
2 parents b5edff1 + bef5973 commit da8c642
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2825,6 +2825,7 @@ impl Application for App {
} else {
widget::button::icon(widget::icon::from_name("system-search-symbolic"))
.on_press(Message::SearchActivate)
.padding(8)
.into()
}]
}
Expand Down

0 comments on commit da8c642

Please sign in to comment.