Browse Source

qt wizard: remove max size

283
ThomasV 8 years ago
parent
commit
6c1dae4b10
  1. 1
      gui/qt/installwizard.py

1
gui/qt/installwizard.py

@ -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()

Loading…
Cancel
Save