From 4338944e3a4c008289cd5e52942866d018e078e1 Mon Sep 17 00:00:00 2001 From: Michael Wozniak Date: Sat, 27 Jun 2015 18:49:21 -0400 Subject: [PATCH] remove unnecessary lines --- gui/qt/installwizard.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py index 5585a6a9..ee20ca07 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)