use browse mode in SongsList

This commit is contained in:
Martin Wagner 2022-11-23 18:21:26 +01:00
parent 3e4ca4a116
commit 11e45a5d5d
1 changed files with 1 additions and 0 deletions

View File

@ -1387,6 +1387,7 @@ class SongsList(TreeView):
# selection
self._selection=self.get_selection()
self._selection.set_mode(Gtk.SelectionMode.BROWSE)
# buttons
self.buttons=Gtk.ButtonBox(layout_style=Gtk.ButtonBoxStyle.EXPAND)