lists: Dim GtkImages when rows are disabled
When a GtkImage is inside a row, it doesn't appear dimmed when the row is insensitive. This makes the row to not appear properly insensitive.
Make GtkImages dimmed when the row is insensitive to fix such issue.
Before | After |
---|---|
Related issue: #811 (closed)