Reduce height of tabs

This commit is contained in:
Jeremy Soller 2023-11-21 16:01:50 -07:00
parent 9e46ed7951
commit 589d02bd19
No known key found for this signature in database
GPG key ID: DCFCA852D3906975

View file

@ -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),