From d670f397fc28f83618dc19440f17c50484323883 Mon Sep 17 00:00:00 2001 From: Keith Edmunds Date: Fri, 30 Sep 2022 15:55:52 +0100 Subject: [PATCH] Stop notes column going to zero width on track import --- app/playlists.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/playlists.py b/app/playlists.py index 6ac2ea1..c46526c 100644 --- a/app/playlists.py +++ b/app/playlists.py @@ -1179,7 +1179,6 @@ class PlaylistTab(QTableWidget): # Set row heights self.resizeRowsToContents() - self.setColumnWidth(len(columns) - 1, 0) # Have we had a section start but not end? if section_start_plr is not None: