From 7a50861bf7890b723e0343d2ce52662a299f333a Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sun, 10 Jun 2012 17:53:41 +0200 Subject: [PATCH] color the address column for consistency --- lib/gui_qt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gui_qt.py b/lib/gui_qt.py index 7ac25ed5..b45a5c8d 100644 --- a/lib/gui_qt.py +++ b/lib/gui_qt.py @@ -828,7 +828,7 @@ class ElectrumWindow(QMainWindow): s, target = v alias_targets.append(target) item = QTreeWidgetItem( [ target, alias, '-'] ) - item.setBackgroundColor(1, QColor('lightgray')) + item.setBackgroundColor(0, QColor('lightgray')) l.addTopLevelItem(item) for address in self.wallet.addressbook: