Sorry, I forgot to remove some commented out experimental code in the last commit.

This commit is contained in:
Charles Haley 2020-08-07 08:56:02 +01:00
parent a3691f8ed3
commit a9650f2643

View File

@ -609,8 +609,6 @@ class BooksView(QTableView): # {{{
w = gprefs.get('ondevice_column_width', 0)
if w > 0:
self.setColumnWidth(col, w)
# else:
# self.resizeColumnToContents(col)
if self.is_library_view:
self.pin_view.column_header.setSectionHidden(col, True)