From db3e580aa81addd7fbfdf01e7dcfa7720c8e51b1 Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Sat, 25 Oct 2014 11:43:54 +0100 Subject: [PATCH] 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 --- src/ConfigDialog.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ConfigDialog.cpp b/src/ConfigDialog.cpp index 09eca7331..1046faf1c 100644 --- a/src/ConfigDialog.cpp +++ b/src/ConfigDialog.cpp @@ -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);