App Chooser: Fix app icons in HighContrast
We need to follow-state here as well, to make sure the icons are visible on selected rows.
This commit is contained in:
@ -76,7 +76,9 @@
|
|||||||
<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">
|
||||||
|
<property name="follow-state">True</property>
|
||||||
|
</object>
|
||||||
<attributes>
|
<attributes>
|
||||||
<attribute name="gicon">1</attribute>
|
<attribute name="gicon">1</attribute>
|
||||||
</attributes>
|
</attributes>
|
||||||
|
|||||||
Reference in New Issue
Block a user