mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 16:02:23 -04:00
left-align tags
https://anki.tenderapp.com/discussions/ankidesktop/40068-tags-column-in-browser-is-centered
This commit is contained in:
parent
c050833aba
commit
5fe747f14a
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ class DataModel(QAbstractTableModel):
|
||||||
"deck",
|
"deck",
|
||||||
"noteFld",
|
"noteFld",
|
||||||
"note",
|
"note",
|
||||||
|
"noteTags",
|
||||||
):
|
):
|
||||||
align |= Qt.AlignHCenter
|
align |= Qt.AlignHCenter
|
||||||
return align
|
return align
|
||||||
|
|
Loading…
Reference in a new issue