sound: Add shadow to application icons
The new GNOME application icons need a shadow when placed on top of a light background. See https://gitlab.gnome.org/GNOME/Initiatives/issues/2
This commit is contained in:
parent
7e17e308af
commit
de769bbe9b
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@
|
|||
<child>
|
||||
<object class="GtkImage" id="icon_image">
|
||||
<property name="visible">True</property>
|
||||
<style>
|
||||
<class name="lowres-icon"/>
|
||||
</style>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
|
|
Loading…
Add table
Reference in a new issue