diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py index 5585a6a98..ee20ca077 100644 --- a/gui/qt/installwizard.py +++ b/gui/qt/installwizard.py @@ -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)