mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user