Expand to use space in Options/Prefs

.. when it is resized instead of just adding
   or removing space between close/save buttons
   and the config widgets
This commit is contained in:
Mark Liversedge
2014-10-25 11:43:54 +01:00
parent cda1266960
commit db3e580aa8

View File

@@ -153,7 +153,6 @@ ConfigDialog::ConfigDialog(QDir _home, Zones *_zones, Context *context) :
QVBoxLayout *mainLayout = new QVBoxLayout;
mainLayout->addLayout(horizontalLayout);
mainLayout->addStretch();
mainLayout->addLayout(buttonsLayout);
mainLayout->setSpacing(0);
contents->setLayout(mainLayout);