This commit is contained in:
Kovid Goyal 2020-05-01 15:46:08 +05:30
parent 1067bc3025
commit 7579431cce
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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)