Browse Source

follow-up 713c3c746: fiat values need to be right aligned

seed_v14
ThomasV 8 years ago
parent
commit
beffd3c006
  1. 1
      gui/qt/history_list.py

1
gui/qt/history_list.py

@ -105,7 +105,6 @@ class HistoryList(MyTreeWidget):
item.setTextAlignment(i, Qt.AlignRight)
if i!=2:
item.setFont(i, QFont(MONOSPACE_FONT))
item.setTextAlignment(i, Qt.AlignVCenter)
if value and value < 0:
item.setForeground(3, QBrush(QColor("#BC1E1E")))
item.setForeground(4, QBrush(QColor("#BC1E1E")))

Loading…
Cancel
Save