color the address column for consistency

This commit is contained in:
ThomasV 2012-06-10 17:53:41 +02:00
parent b0a1f48900
commit 7a50861bf7
1 changed files with 1 additions and 1 deletions

View File

@ -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: