mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-05-12 04:40:28 +02:00
GUI/OptionsDialog: Prefer to stretch actual options area rather than waste space
This commit is contained in:
parent
ca0b8acbf3
commit
b71bfd9eef
@ -34,6 +34,8 @@ OptionsDialog::OptionsDialog(QWidget *parent) :
|
|||||||
ui->setupUi(this);
|
ui->setupUi(this);
|
||||||
GUIUtil::restoreWindowGeometry("nOptionsDialogWindow", this->size(), this);
|
GUIUtil::restoreWindowGeometry("nOptionsDialogWindow", this->size(), this);
|
||||||
|
|
||||||
|
ui->verticalLayout->setStretchFactor(ui->tabWidget, 1);
|
||||||
|
|
||||||
/* Main elements init */
|
/* Main elements init */
|
||||||
ui->databaseCache->setMinimum(nMinDbCache);
|
ui->databaseCache->setMinimum(nMinDbCache);
|
||||||
ui->databaseCache->setMaximum(nMaxDbCache);
|
ui->databaseCache->setMaximum(nMaxDbCache);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user