Skip to content

Commit 84063a4

Browse files
committed
Merge #827: OptionsDialog: Prefer to stretch actual options area rather than waste space
b71bfd9 GUI/OptionsDialog: Prefer to stretch actual options area rather than waste space (Luke Dashjr) Pull request description: ACKs for top commit: hebasto: ACK b71bfd9 Tree-SHA512: b706a07292fe81379e303f9069fca6efd5ceb15ee5bb77c6aeddbf63f736494ce877b76767ff17d7becf98d07209e51c74bdb99365596b7b9f4904a30438d72d
2 parents 35102d4 + b71bfd9 commit 84063a4

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
@@ -92,6 +92,8 @@ OptionsDialog::OptionsDialog(QWidget* parent, bool enableWallet)
9292
{
9393
ui->setupUi(this);
9494

95+
ui->verticalLayout->setStretchFactor(ui->tabWidget, 1);
96+
9597
/* Main elements init */
9698
ui->databaseCache->setMinimum(nMinDbCache);
9799
ui->databaseCache->setMaximum(nMaxDbCache);

0 commit comments

Comments
 (0)