remove unnecessary lines
This commit is contained in:
parent
b7ea10609c
commit
4338944e3a
@ -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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user