increase wizard window size

This commit is contained in:
ThomasV 2016-08-28 09:43:22 +02:00
parent ab53ee27f1
commit bd3477cdb0
1 changed files with 2 additions and 2 deletions

View File

@ -112,8 +112,8 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard):
# Set for base base class
self.plugins = plugins
self.language_for_seed = config.get('language')
self.setMinimumSize(530, 370)
self.setMaximumSize(530, 370)
self.setMinimumSize(600, 400)
self.setMaximumSize(600, 400)
self.connect(self, QtCore.SIGNAL('accept'), self.accept)
self.title = QLabel()
self.main_widget = QWidget()