Skip to content

songsview: Correctly use AdwClampScrollable

Jean Felder requested to merge wip/jfelder/songsview-scrollable into master

AdwClampScrollable is mainly used to clamp a GtkListView. Therefore, its child needs to inherit from GtkScrollable.

Merge request reports