URI: 
       tfollow-up 713c3c746: fiat values need to be right aligned - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit beffd3c0065da244649e975e88fbb362e48c446d
   DIR parent 628a9e052144093026bc10748f1819ae1e89fae7
  HTML 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:
         M gui/qt/history_list.py              |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/gui/qt/history_list.py b/gui/qt/history_list.py
       t@@ -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")))