mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 11:57:28 -03:00
GUI/OptionsDialog: Prefer to stretch actual options area rather than waste space
This commit is contained in:
parent
ca0b8acbf3
commit
b71bfd9eef
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue