Remove commented-out code

This commit is contained in:
Keith Edmunds 2024-01-19 10:27:53 +00:00
parent af6e0f69be
commit 42676789c1

View File

@ -209,10 +209,6 @@ class PlaylistTab(QTableView):
h_header.sectionResized.connect(self._column_resize)
h_header.setStretchLastSection(True)
# Setting ResizeToContents causes screen flash on load
# v_header = self.verticalHeader()
# if v_header:
# print("HEADER")
# v_header.setSectionResizeMode(QHeaderView.ResizeMode.ResizeToContents)
QTimer.singleShot(300, self.resizeRowsToContents)
# ########## Overridden class functions ##########