From 389c909affddb127b2e7af35422c21e55c0485b9 Mon Sep 17 00:00:00 2001 From: Emmanuel Pescosta Date: Sun, 6 Sep 2015 16:48:55 +0200 Subject: [PATCH] Remove the dummy widget, which assured that the dialog layout was not stretched vertically (vbox align top does the same), to make the uncheckable "Open archives as folder" checkbox checkable again. BUG: 349148 FIXED-IN: 15.08.1 REVIEW: 125077 --- src/settings/navigation/navigationsettingspage.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/settings/navigation/navigationsettingspage.cpp b/src/settings/navigation/navigationsettingspage.cpp index f9c7a4dfc..e37a35d8e 100644 --- a/src/settings/navigation/navigationsettingspage.cpp +++ b/src/settings/navigation/navigationsettingspage.cpp @@ -43,11 +43,6 @@ NavigationSettingsPage::NavigationSettingsPage(QWidget* parent) : m_autoExpandFolders = new QCheckBox(i18nc("option:check", "Open folders during drag operations"), vBox); vBoxLayout->addWidget(m_autoExpandFolders); - // Add a dummy widget with no restriction regarding - // a vertical resizing. This assures that the dialog layout - // is not stretched vertically. - new QWidget(vBox); - topLayout->addWidget(vBox); loadSettings();