mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'master' of https://github.com/cbhaley/calibre into master
This commit is contained in:
commit
5c23956001
@ -609,8 +609,6 @@ class BooksView(QTableView): # {{{
|
|||||||
w = gprefs.get('ondevice_column_width', 0)
|
w = gprefs.get('ondevice_column_width', 0)
|
||||||
if w > 0:
|
if w > 0:
|
||||||
self.setColumnWidth(col, w)
|
self.setColumnWidth(col, w)
|
||||||
# else:
|
|
||||||
# self.resizeColumnToContents(col)
|
|
||||||
if self.is_library_view:
|
if self.is_library_view:
|
||||||
self.pin_view.column_header.setSectionHidden(col, True)
|
self.pin_view.column_header.setSectionHidden(col, True)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user