diff --git a/app/playlists.py b/app/playlists.py index d40055d..e8bf9e0 100644 --- a/app/playlists.py +++ b/app/playlists.py @@ -995,6 +995,9 @@ class PlaylistTab(QTableWidget): (self.item(row, columns['row_notes'].idx) .setBackground(QColor(note_colour))) + # Ensure content is visible by wrapping cells + self.resizeRowToContents(row) + # Render playing track if row == current_row: # Set start time