Seperate out x-mark width
This commit is contained in:
parent
34fbffb4cc
commit
8734bd8435
6 changed files with 10 additions and 6 deletions
|
@ -1355,7 +1355,7 @@ impl Pane {
|
|||
} else {
|
||||
Empty::new().boxed()
|
||||
})
|
||||
.with_width(tab_style.icon_width)
|
||||
.with_width(tab_style.close_icon_width)
|
||||
.boxed(),
|
||||
)
|
||||
.boxed(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue