Skip to content

Commit

Permalink
Adjust tab button spacing per design
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Nov 30, 2023
1 parent 7d78174 commit 4a3dd10
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 @@ -1374,6 +1374,7 @@ impl Application for App {
row![
view_switcher::horizontal(&self.tab_model)
.button_height(32)
.button_spacing(space_xxs)
.close_icon(icon_cache_get("window-close-symbolic", 16))
.on_activate(Message::TabActivate)
.on_close(Message::TabClose)
Expand Down

0 comments on commit 4a3dd10

Please sign in to comment.