remove unnecessary lines
This commit is contained in:
@@ -187,7 +187,6 @@ class InstallWizard(QDialog):
|
||||
|
||||
w = QWidget()
|
||||
scroll.setWidget(w)
|
||||
w.setMinimumHeight(n*20)
|
||||
|
||||
innerVbox = QVBoxLayout()
|
||||
w.setLayout(innerVbox)
|
||||
@@ -221,7 +220,6 @@ class InstallWizard(QDialog):
|
||||
|
||||
w = QWidget()
|
||||
scroll.setWidget(w)
|
||||
w.setMinimumHeight(n*20)
|
||||
|
||||
innerVbox = QVBoxLayout()
|
||||
w.setLayout(innerVbox)
|
||||
|
||||
Reference in New Issue
Block a user