URI: 
       tMerge pull request #1738 from thephez/feature/1393 - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit e3d64a469dd78137a3b80e4c5ca7e4090adaf8ab
   DIR parent 94dbfe679158af82d53c4cd325632b1b26bda7cb
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Fri, 25 Mar 2016 20:48:55 +0100
       
       Merge pull request #1738 from thephez/feature/1393
       
       Label colour - History Window
       Diffstat:
         M gui/qt/history_widget.py            |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/gui/qt/history_widget.py b/gui/qt/history_widget.py
       t@@ -92,6 +92,7 @@ class HistoryWidget(MyTreeWidget):
                        if i!=2:
                            item.setFont(i, QFont(MONOSPACE_FONT))
                    if value < 0:
       +                item.setForeground(3, QBrush(QColor("#BC1E1E")))
                        item.setForeground(4, QBrush(QColor("#BC1E1E")))
                    if tx_hash:
                        item.setData(0, Qt.UserRole, tx_hash)