Merge branch 'wip/jimmac/app-icon-helpers' into 'gtk-3-24'
Theme: add helper class names for Adwaita See merge request GNOME/gtk!449
This commit is contained in:
commit
d79de8657b
@ -134,7 +134,8 @@
|
|||||||
*
|
*
|
||||||
* # CSS nodes
|
* # CSS nodes
|
||||||
*
|
*
|
||||||
* GtkImage has a single CSS node with the name image.
|
* GtkImage has a single CSS node with the name image. The style classes
|
||||||
|
* may appear on image CSS nodes: .icon-dropshadow, .lowres-icon.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
@ -33,6 +33,9 @@
|
|||||||
<property name="spacing">12</property>
|
<property name="spacing">12</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkImage" id="logo_image">
|
<object class="GtkImage" id="logo_image">
|
||||||
|
<style>
|
||||||
|
<class name="icon-dropshadow"/>
|
||||||
|
</style>
|
||||||
<property name="visible">1</property>
|
<property name="visible">1</property>
|
||||||
<property name="icon-name">image-missing</property>
|
<property name="icon-name">image-missing</property>
|
||||||
</object>
|
</object>
|
||||||
|
@ -75,7 +75,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