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(
|
tab_column = tab_column.push(
|
||||||
row![
|
row![
|
||||||
view_switcher::horizontal(&self.tab_model)
|
view_switcher::horizontal(&self.tab_model)
|
||||||
|
.button_height(32)
|
||||||
.on_activate(Message::TabActivate)
|
.on_activate(Message::TabActivate)
|
||||||
.on_close(Message::TabClose)
|
.on_close(Message::TabClose)
|
||||||
.width(Length::Shrink),
|
.width(Length::Shrink),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue