From 9cbdccb98b63ed184af9c5bd3be9693edb271505 Mon Sep 17 00:00:00 2001 From: Keith Edmunds Date: Wed, 29 Nov 2023 15:04:50 +0000 Subject: [PATCH] V3 polish --- app/playlists.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/playlists.py b/app/playlists.py index 34cfd95..f4e78cd 100644 --- a/app/playlists.py +++ b/app/playlists.py @@ -251,7 +251,7 @@ class PlaylistTab(QTableView): self.clear_selection() # Resize rows - self.signals.resize_rows_signal.emit(self.playlist_id) + self.resizeRowsToContents() event.accept()