Skip to content

Commit b71bfd9

Browse files
committed
GUI/OptionsDialog: Prefer to stretch actual options area rather than waste space
1 parent ca0b8ac commit b71bfd9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/qt/optionsdialog.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ OptionsDialog::OptionsDialog(QWidget *parent) :
3434
ui->setupUi(this);
3535
GUIUtil::restoreWindowGeometry("nOptionsDialogWindow", this->size(), this);
3636

37+
ui->verticalLayout->setStretchFactor(ui->tabWidget, 1);
38+
3739
/* Main elements init */
3840
ui->databaseCache->setMinimum(nMinDbCache);
3941
ui->databaseCache->setMaximum(nMaxDbCache);

0 commit comments

Comments
 (0)