mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
Merge pull request #1738 from thephez/feature/1393
Label colour - History Window
This commit is contained in:
commit
e3d64a469d
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ class HistoryWidget(MyTreeWidget):
|
|||
if i!=2:
|
||||
item.setFont(i, QFont(MONOSPACE_FONT))
|
||||
if value < 0:
|
||||
item.setForeground(3, QBrush(QColor("#BC1E1E")))
|
||||
item.setForeground(4, QBrush(QColor("#BC1E1E")))
|
||||
if tx_hash:
|
||||
item.setData(0, Qt.UserRole, tx_hash)
|
||||
|
|
Loading…
Add table
Reference in a new issue