Remove unnecessary addStretch

Remove an unnecessary call to `addStretch` and with that a TODO.
This commit is contained in:
Michael Gregorius
2023-10-01 10:00:52 +02:00
parent 85310e75d3
commit d12675af2f

View File

@@ -341,10 +341,6 @@ SetupDialog::SetupDialog(ConfigTab tab_to_open) :
generalScroll->setWidgetResizable(true);
general_layout->addWidget(generalScroll, 1);
// TODO Does not really seem to be needed
general_layout->addStretch();
// Performance widget.