1
0

do not use hardcoded tab indexes

This commit is contained in:
ThomasV
2017-03-06 13:52:27 +01:00
parent cc852ef6a5
commit f92807f019
2 changed files with 25 additions and 22 deletions

View File

@@ -29,6 +29,7 @@ from electrum.bitcoin import is_address
class UTXOList(MyTreeWidget):
filter_columns = [0, 2] # Address, Label
def __init__(self, parent=None):
MyTreeWidget.__init__(self, parent, self.create_menu, [ _('Address'), _('Output point'), _('Label'), _('Amount'), ''], 2)