tqt wizard: remove max size - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 6c1dae4b1040ad96613a7dd55f8be0ca151b94d4 DIR parent bd3477cdb0367cb28353ca48d896af74bdfcd4e2 HTML Author: ThomasV <thomasv@electrum.org> Date: Sun, 28 Aug 2016 09:45:36 +0200 qt wizard: remove max size Diffstat: M gui/qt/installwizard.py | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) --- DIR diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py t@@ -113,7 +113,6 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard): self.plugins = plugins self.language_for_seed = config.get('language') self.setMinimumSize(600, 400) - self.setMaximumSize(600, 400) self.connect(self, QtCore.SIGNAL('accept'), self.accept) self.title = QLabel() self.main_widget = QWidget()