From beffd3c0065da244649e975e88fbb362e48c446d Mon Sep 17 00:00:00 2001 From: ThomasV Date: Fri, 13 Oct 2017 11:54:46 +0200 Subject: [PATCH] follow-up 713c3c746: fiat values need to be right aligned --- gui/qt/history_list.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gui/qt/history_list.py b/gui/qt/history_list.py index 56ac03bf4..561b19bc9 100644 --- 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")))