Fix issue #1: Add playlist table headers
This commit is contained in:
parent
a35181bae7
commit
30e3332795
@ -61,6 +61,8 @@ class Playlist(QTableWidget):
|
||||
self.horizontalHeader().setMinimumSectionSize(0)
|
||||
|
||||
self._set_column_widths()
|
||||
self.setHorizontalHeaderLabels(["ID", "Lead", "Title", "Artist",
|
||||
"Len", "Start", "Path"])
|
||||
|
||||
self.setDragEnabled(True)
|
||||
self.setAcceptDrops(True)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user