From: Emmanuel Pescosta Date: Sun, 6 Sep 2015 14:48:55 +0000 (+0200) Subject: Remove the dummy widget, which assured that the dialog layout was not stretched verti... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/389c909affddb127b2e7af35422c21e55c0485b9 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 --- 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();