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