mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Sorry, I forgot to remove some commented out experimental code in the last commit.
This commit is contained in:
parent
a3691f8ed3
commit
a9650f2643
@ -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