tremove 'select account' label - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 2ff401919b41b0b6275efacf731c40eed07b32c4 DIR parent 311a91c03c95b4fe2a503c9968ebd53d016ed6be HTML Author: ThomasV <thomasv@gitorious> Date: Fri, 24 Oct 2014 17:12:51 +0200 remove 'select account' label Diffstat: M gui/qt/main_window.py | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) --- DIR diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py t@@ -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)