]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Remove the dummy widget, which assured that the dialog layout was not stretched verti...
authorEmmanuel Pescosta <emmanuelpescosta099@gmail.com>
Sun, 6 Sep 2015 14:48:55 +0000 (16:48 +0200)
committerEmmanuel Pescosta <emmanuelpescosta099@gmail.com>
Mon, 7 Sep 2015 20:57:44 +0000 (22:57 +0200)
BUG: 349148
FIXED-IN: 15.08.1
REVIEW: 125077

src/settings/navigation/navigationsettingspage.cpp

index f9c7a4dfcd89546417b24715fe45363d333bb63f..e37a35d8eb9e6141319243338882e254c4f5518f 100644 (file)
@@ -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();