Make "Paths" scroll area expandable

Make the "Paths" scroll area take as much space as there is.
This commit is contained in:
Michael Gregorius
2023-07-16 20:04:55 +02:00
parent c5c459f54f
commit cbea8f30fc

View File

@@ -801,7 +801,7 @@ SetupDialog::SetupDialog(ConfigTabs tab_to_open) :
pathsScroll->setWidget(pathSelectors);
pathsScroll->setWidgetResizable(true);
paths_layout->addWidget(pathsScroll);
paths_layout->addWidget(pathsScroll, 1);
paths_layout->addStretch();
// Add all main widgets to the layout of the settings widget