fix: set window control icons as symbolic for non-linux sytems
This commit is contained in:
parent
756f4b6ba6
commit
5de9b21e0b
1 changed files with 1 additions and 0 deletions
|
|
@ -370,6 +370,7 @@ impl<'a, Message: Clone + 'static> HeaderBar<'a, Message> {
|
|||
$name,
|
||||
".svg"
|
||||
)))
|
||||
.symbolic(true)
|
||||
.apply(widget::button::icon)
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue