Make HighContrast icons work
We need to make the cell renderers follow state for the recoloring of icons on selection to work. https://bugzilla.gnome.org/show_bug.cgi?id=745873
This commit is contained in:
parent
bd9eeda7ac
commit
fabb18fb1d
2 changed files with 2 additions and 0 deletions
|
@ -782,6 +782,7 @@ setup_search (CcWindow *shell)
|
|||
"xpad", 15,
|
||||
"ypad", 10,
|
||||
"stock-size", GTK_ICON_SIZE_DIALOG,
|
||||
"follow-state", TRUE,
|
||||
NULL);
|
||||
column = gtk_tree_view_column_new_with_attributes ("Icon", renderer,
|
||||
"gicon", COL_GICON,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue