Adjust tab button spacing per design
This commit is contained in:
parent
7d78174ae0
commit
4a3dd101f3
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue