GUI/OptionsDialog: Prefer to stretch actual options area rather than waste space

This commit is contained in:
Luke Dashjr 2024-07-05 18:25:16 +00:00
parent ca0b8acbf3
commit b71bfd9eef

View file

@ -34,6 +34,8 @@ OptionsDialog::OptionsDialog(QWidget *parent) :
ui->setupUi(this);
GUIUtil::restoreWindowGeometry("nOptionsDialogWindow", this->size(), this);
ui->verticalLayout->setStretchFactor(ui->tabWidget, 1);
/* Main elements init */
ui->databaseCache->setMinimum(nMinDbCache);
ui->databaseCache->setMaximum(nMaxDbCache);