Skip to content

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
Screenshot_from_2024-02-25_00-25-14 Screenshot_from_2024-02-25_00-24-48

Related issue: #811 (closed)

Merge request reports

Loading