Seperate out x-mark width
This commit is contained in:
parent
34fbffb4cc
commit
8734bd8435
6 changed files with 10 additions and 6 deletions
|
@ -108,7 +108,7 @@ impl Item for SharedScreen {
|
|||
Svg::new("icons/disable_screen_sharing_12.svg")
|
||||
.with_color(style.label.text.color)
|
||||
.constrained()
|
||||
.with_width(style.icon_width)
|
||||
.with_width(style.type_icon_width)
|
||||
.aligned()
|
||||
.contained()
|
||||
.with_margin_right(style.spacing)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue