Skip to content

Commit

Permalink
Reduce height of tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Nov 21, 2023
1 parent 9e46ed7 commit 589d02b
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 @@ -1101,6 +1101,7 @@ impl Application for App {
tab_column = tab_column.push(
row![
view_switcher::horizontal(&self.tab_model)
.button_height(32)
.on_activate(Message::TabActivate)
.on_close(Message::TabClose)
.width(Length::Shrink),
Expand Down

0 comments on commit 589d02b

Please sign in to comment.