┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Pescosta <[email protected]>2015-09-06 16:48:55 +0200
committerEmmanuel Pescosta <[email protected]>2015-09-07 22:57:44 +0200
commit389c909affddb127b2e7af35422c21e55c0485b9 (patch)
treef55b4a6caab5654710cea43966406fa3dc361c56
parent5ce01c864f4ab9848a54ee982f6ac18e63f04773 (diff)
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
-rw-r--r--src/settings/navigation/navigationsettingspage.cpp5
1 files changed, 0 insertions, 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();