sound: Use "avatar-default-symbolic" in sound test dialog
The colour icon blends with bright themes (such as Adwaita) making it hard to distinguish. The symbolic variant of the same asset contrasts fine with light and dark background and matches the "symbolic" pattern of the other two buttons shown in the dialog (the audio-volume-* icons). Fixes #502
This commit is contained in:
parent
8c08abd0a3
commit
be9d71ed6a
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
|||
<child>
|
||||
<object class="GtkImage">
|
||||
<property name="visible">True</property>
|
||||
<property name="icon_name">avatar-default</property>
|
||||
<property name="icon_name">avatar-default-symbolic</property>
|
||||
<property name="pixel_size">64</property>
|
||||
</object>
|
||||
<packing>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue