mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-24 00:51:08 +02:00
GUI/OptionsDialog: Prefer to stretch actual options area rather than waste space
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user