Merge branch 'master' of https://github.com/cbhaley/calibre into master

This commit is contained in:
Kovid Goyal 2020-08-07 13:35:44 +05:30
commit 5c23956001
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

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)