]> cloud.milkyroute.net Git - dolphin.git/commitdiff
a group box called "Settings" in a settings dialog is useless...
authorPeter Penz <peter.penz19@gmail.com>
Mon, 21 Jan 2008 16:54:16 +0000 (16:54 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Mon, 21 Jan 2008 16:54:16 +0000 (16:54 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=764390

src/startupsettingspage.cpp

index a56aa285e78489f9c5cd2c9dc2d5656e842619e7..e3f237ca9bb5a21be47b566a1816210a3b902a62 100644 (file)
@@ -79,17 +79,10 @@ StartupSettingsPage::StartupSettingsPage(DolphinMainWindow* mainWin, QWidget* pa
     homeBoxLayout->addWidget(homeUrlBox);
     homeBoxLayout->addWidget(buttonBox);
 
-    QGroupBox* startBox = new QGroupBox(i18nc("@title:group", "Settings"), vBox);
-
     // create 'Split view', 'Editable location' and 'Filter bar' checkboxes
-    m_splitView = new QCheckBox(i18nc("@option:check Startup Settings", "Split view mode"), startBox);
-    m_editableUrl = new QCheckBox(i18nc("@option:check Startup Settings", "Editable location bar"), startBox);
-    m_filterBar = new QCheckBox(i18nc("@option:check Startup Settings", "Show filter bar"),startBox);
-
-    QVBoxLayout* startBoxLayout = new QVBoxLayout(startBox);
-    startBoxLayout->addWidget(m_splitView);
-    startBoxLayout->addWidget(m_editableUrl);
-    startBoxLayout->addWidget(m_filterBar);
+    m_splitView = new QCheckBox(i18nc("@option:check Startup Settings", "Split view mode"), vBox);
+    m_editableUrl = new QCheckBox(i18nc("@option:check Startup Settings", "Editable location bar"), vBox);
+    m_filterBar = new QCheckBox(i18nc("@option:check Startup Settings", "Show filter bar"), vBox);
 
     // Add a dummy widget with no restriction regarding
     // a vertical resizing. This assures that the dialog layout