Print dialog: Fix printer icons in HighContrast
We need to make the cell renderer follow the state, for recoloring to work.
This commit is contained in:
parent
59d12be94f
commit
01d76b7701
@ -112,7 +112,9 @@
|
||||
<child>
|
||||
<object class="GtkTreeViewColumn" id="printer_icon_column">
|
||||
<child>
|
||||
<object class="GtkCellRendererPixbuf" id="printer_icon_renderer"/>
|
||||
<object class="GtkCellRendererPixbuf" id="printer_icon_renderer">
|
||||
<property name="follow-state">True</property>
|
||||
</object>
|
||||
<attributes>
|
||||
<attribute name="gicon">0</attribute>
|
||||
</attributes>
|
||||
|
Loading…
Reference in New Issue
Block a user