Skip to content

Draft: panels: default-apps: Switch to GtkListBox and AdwActionRow

The current layout used GtkGrid to represent a list. This is an outdated design and isn't consistent with other panels.

I'm making it use GtkListBox instead, with AdwActionRow for items, following GNOME HIG.

Related issue: #1692 (closed)

Merge request reports