mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
qt wizard: remove max size
This commit is contained in:
parent
bd3477cdb0
commit
6c1dae4b10
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue