diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index a03afd27e..261b29da4 100644 --- a/gui/qt/main_window.py +++ b/gui/qt/main_window.py @@ -135,7 +135,6 @@ class ElectrumWindow(QMainWindow, PrintError): tabs.addTab(self.create_addresses_tab(), _('Addresses') ) tabs.addTab(self.create_contacts_tab(), _('Contacts') ) tabs.addTab(self.create_console_tab(), _('Console') ) - tabs.setMinimumSize(660, 400) tabs.setSizePolicy(QSizePolicy.Expanding, QSizePolicy.Expanding) self.setCentralWidget(tabs)