Reduce height of tabs
This commit is contained in:
parent
9e46ed7951
commit
589d02bd19
1 changed files with 1 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue