Skip to content

Commit

Permalink
remove minimum window size
Browse files Browse the repository at this point in the history
  • Loading branch information
ecdsa committed Nov 6, 2015
1 parent 3ae3dbd commit 798664e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gui/qt/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ def __init__(self, config, network, gui_object):
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)

Expand Down

0 comments on commit 798664e

Please sign in to comment.