diff --git a/pylot/core/util/widgets.py b/pylot/core/util/widgets.py index 0004801c..a3c06869 100644 --- a/pylot/core/util/widgets.py +++ b/pylot/core/util/widgets.py @@ -82,7 +82,7 @@ class ComparisonDialog(QDialog): def setupUI(self): _outerlayout = QVBoxLayout(self) - _innerlayout = QVBoxLayout(self) + _innerlayout = QVBoxLayout() _stats_combobox = QComboBox(self) _stats_combobox.setObjectName('stationsComboBox')