]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/detailsviewsettingspage.cpp
use a smaller step size when using the scroll wheel
[dolphin.git] / src / detailsviewsettingspage.cpp
index 190c9138e0d5c098b680729ba45f5990db365f05..8d67287c79868665f5039f9d490cbe25c5677f48 100644 (file)
@@ -65,7 +65,7 @@ DetailsViewSettingsPage::DetailsViewSettingsPage(QWidget* parent) :
             this, SIGNAL(changed()));
 
     // create "Text" properties
-    QWidget* textGroup = new QWidget(this);
+    QWidget* textGroup = new QGroupBox(i18nc("@title:group", "Text"), this);
     textGroup->setSizePolicy(sizePolicy);
     
     QLabel* fontLabel = new QLabel(i18nc("@label:listbox", "Font:"), textGroup);
@@ -77,7 +77,7 @@ DetailsViewSettingsPage::DetailsViewSettingsPage(QWidget* parent) :
     textLayout->addWidget(m_fontRequester);
     
     // create "Expandable Folders" checkbox
-    m_expandableFolders = new QCheckBox(i18nc("@option:check", "Expandable Folders"), this);
+    m_expandableFolders = new QCheckBox(i18nc("@option:check", "Expandable folders"), this);
     connect(m_expandableFolders, SIGNAL(toggled(bool)), this, SIGNAL(changed()));
 
     // Add a dummy widget with no restriction regarding