forked from AuroraMiddleware/gtk
Theme: add helper class names for Adwaita
- helps legibility of app icons Addresses https://gitlab.gnome.org/GNOME/gtk/issues/1434
This commit is contained in:
parent
52b83ac553
commit
756e8f3189
@ -27,6 +27,9 @@
|
|||||||
<child>
|
<child>
|
||||||
<object class="GtkImage" id="logo_image">
|
<object class="GtkImage" id="logo_image">
|
||||||
<property name="icon-name">image-missing</property>
|
<property name="icon-name">image-missing</property>
|
||||||
|
<style>
|
||||||
|
<class name="icon-dropshadow"/>
|
||||||
|
</style>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
|
@ -58,7 +58,12 @@
|
|||||||
<object class="GtkCellRendererText" id="secondary_padding"/>
|
<object class="GtkCellRendererText" id="secondary_padding"/>
|
||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkCellRendererPixbuf" id="app_icon"/>
|
<object class="GtkCellRendererPixbuf" id="app_icon">
|
||||||
|
<style>
|
||||||
|
<class name="lowres-icon"/>
|
||||||
|
</style>
|
||||||
|
<property name="stock-size">5</property>
|
||||||
|
</object>
|
||||||
<attributes>
|
<attributes>
|
||||||
<attribute name="gicon">1</attribute>
|
<attribute name="gicon">1</attribute>
|
||||||
</attributes>
|
</attributes>
|
||||||
|
Loading…
Reference in New Issue
Block a user