mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 09:45:18 +00:00
qt history tab: text alignment in columns
This commit is contained in:
parent
135c5e805d
commit
efd92aba67
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ class HistoryList(MyTreeWidget, AcceptFileDragDrop):
|
|||
item.setIcon(3, QIcon(":icons/seal"))
|
||||
for i in range(len(entry)):
|
||||
if i>3:
|
||||
item.setTextAlignment(i, Qt.AlignRight)
|
||||
item.setTextAlignment(i, Qt.AlignRight | Qt.AlignVCenter)
|
||||
if i!=2:
|
||||
item.setFont(i, QFont(MONOSPACE_FONT))
|
||||
if value and value < 0:
|
||||
|
|
Loading…
Add table
Reference in a new issue