commit 7a50861bf7890b723e0343d2ce52662a299f333a
parent b0a1f489006a633175daf1b5e367f5308e836da7
Author: ThomasV <thomasv@gitorious>
Date: Sun, 10 Jun 2012 17:53:41 +0200
color the address column for consistency
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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: