mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 18:43:35 +02:00
Merge branch 'master' of https://github.com/cbhaley/calibre into master
This commit is contained in:
commit
5c23956001
1 changed files with 0 additions and 2 deletions
|
|
@ -609,8 +609,6 @@ def set_ondevice_column_visibility(self):
|
|||
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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue