commit beffd3c0065da244649e975e88fbb362e48c446d
parent 628a9e052144093026bc10748f1819ae1e89fae7
Author: ThomasV <thomasv@electrum.org>
Date: Fri, 13 Oct 2017 11:54:46 +0200
follow-up 713c3c746: fiat values need to be right aligned
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/gui/qt/history_list.py b/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")))