mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1876241 [Private bug](https://bugs.launchpad.net/calibre/+bug/1876241)
This commit is contained in:
parent
1067bc3025
commit
7579431cce
@ -44,7 +44,7 @@ class Matches(QAbstractItemModel):
|
||||
|
||||
HEADERS = [_('Enabled'), _('Name'), _('No DRM'), _('Headquarters'), _('Affiliate'), _('Formats')]
|
||||
HTML_COLS = (1,)
|
||||
CENTERED_COLUMNS = (2, 3, 4)
|
||||
CENTERED_COLUMNS = (0, 2, 3, 4)
|
||||
|
||||
def __init__(self, plugins):
|
||||
QAbstractItemModel.__init__(self)
|
||||
|
Loading…
x
Reference in New Issue
Block a user