mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 07:51:27 +00:00
fix #2834
This commit is contained in:
parent
621a3abf6f
commit
5e61ff18ac
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class HistoryList(MyTreeWidget):
|
||||||
if i!=2:
|
if i!=2:
|
||||||
item.setFont(i, QFont(MONOSPACE_FONT))
|
item.setFont(i, QFont(MONOSPACE_FONT))
|
||||||
item.setTextAlignment(i, Qt.AlignVCenter)
|
item.setTextAlignment(i, Qt.AlignVCenter)
|
||||||
if value < 0:
|
if value and value < 0:
|
||||||
item.setForeground(3, QBrush(QColor("#BC1E1E")))
|
item.setForeground(3, QBrush(QColor("#BC1E1E")))
|
||||||
item.setForeground(4, QBrush(QColor("#BC1E1E")))
|
item.setForeground(4, QBrush(QColor("#BC1E1E")))
|
||||||
if tx_hash:
|
if tx_hash:
|
||||||
|
|
Loading…
Add table
Reference in a new issue