We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca0b8ac commit b71bfd9Copy full SHA for b71bfd9
src/qt/optionsdialog.cpp
@@ -34,6 +34,8 @@ OptionsDialog::OptionsDialog(QWidget *parent) :
34
ui->setupUi(this);
35
GUIUtil::restoreWindowGeometry("nOptionsDialogWindow", this->size(), this);
36
37
+ ui->verticalLayout->setStretchFactor(ui->tabWidget, 1);
38
+
39
/* Main elements init */
40
ui->databaseCache->setMinimum(nMinDbCache);
41
ui->databaseCache->setMaximum(nMaxDbCache);
0 commit comments