mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 23:42: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
|
txt = name
|
||||||
break
|
break
|
||||||
return txt
|
return txt
|
||||||
elif role == Qt.FontRole:
|
|
||||||
f = QFont()
|
|
||||||
f.setPixelSize(10)
|
|
||||||
return f
|
|
||||||
else:
|
else:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue