mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 08:22:24 -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",
|
||||
"noteFld",
|
||||
"note",
|
||||
"noteTags",
|
||||
):
|
||||
align |= Qt.AlignHCenter
|
||||
return align
|
||||
|
|
Loading…
Reference in a new issue