mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
don't hard-code column header size
This commit is contained in:
parent
e77c10ef3c
commit
588f394b78
1 changed files with 0 additions and 4 deletions
|
@ -88,10 +88,6 @@ class DataModel(QAbstractTableModel):
|
|||
txt = name
|
||||
break
|
||||
return txt
|
||||
elif role == Qt.FontRole:
|
||||
f = QFont()
|
||||
f.setPixelSize(10)
|
||||
return f
|
||||
else:
|
||||
return
|
||||
|
||||
|
|
Loading…
Reference in a new issue