Skip to content

songwidget: Directly inherit from GtkListBoxRow

Jean Felder requested to merge wip/jfelder/songwidget-listboxrow into master

This is not that much useful by itself but it has two advantages:

  • this removes one GtkEventBox usage (they do not exist in Gtk4)
  • it will make it possible to add a MenuButton in a SongWidget as described in the new mockups

Merge request reports