mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
enable fixed_height_mode in PlaylistWindow
This commit is contained in:
parent
bb15aaacd9
commit
f7fe7d8106
@ -2834,7 +2834,7 @@ class PlaylistWindow(Gtk.Box):
|
||||
# treeview
|
||||
# (track, disc, title, artist, album, duration, date, genre, file, weight)
|
||||
self._store=Gtk.ListStore(str, str, str, str, str, str, str, str, str, Pango.Weight)
|
||||
self._treeview=Gtk.TreeView(model=self._store, activate_on_single_click=True, reorderable=True, search_column=2)
|
||||
self._treeview=Gtk.TreeView(model=self._store,activate_on_single_click=True,reorderable=True,search_column=2,fixed_height_mode=True)
|
||||
self._selection=self._treeview.get_selection()
|
||||
|
||||
# columns
|
||||
|
Loading…
Reference in New Issue
Block a user