follow-up 713c3c746: fiat values need to be right aligned
This commit is contained in:
@@ -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")))
|
||||||
|
|||||||
Reference in New Issue
Block a user