remove 'select account' label

This commit is contained in:
ThomasV 2014-10-24 17:12:51 +02:00
parent 311a91c03c
commit 2ff401919b
1 changed files with 0 additions and 2 deletions

View File

@ -1833,8 +1833,6 @@ class ElectrumWindow(QMainWindow):
# only show the combobox in case multiple accounts are available
if len(mpk_dict) > 1:
main_layout.addWidget(QLabel(_("Select Account")), 0, 0)
combobox = QComboBox()
for name in mpk_dict:
combobox.addItem(name)