mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
follow-up 713c3c746
: fiat values need to be right aligned
This commit is contained in:
parent
628a9e0521
commit
beffd3c006
1 changed files with 0 additions and 1 deletions
|
@ -105,7 +105,6 @@ class HistoryList(MyTreeWidget):
|
||||||
item.setTextAlignment(i, Qt.AlignRight)
|
item.setTextAlignment(i, Qt.AlignRight)
|
||||||
if i!=2:
|
if i!=2:
|
||||||
item.setFont(i, QFont(MONOSPACE_FONT))
|
item.setFont(i, QFont(MONOSPACE_FONT))
|
||||||
item.setTextAlignment(i, Qt.AlignVCenter)
|
|
||||||
if value and 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")))
|
||||||
|
|
Loading…
Add table
Reference in a new issue