]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/detailsviewsettingspage.cpp
when changing the view mode if the preview is turned on, the directory must get reloa...
[dolphin.git] / src / detailsviewsettingspage.cpp
index 190c9138e0d5c098b680729ba45f5990db365f05..b8d9869a6a625b5f3591576f42fb97fe50d07e1c 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);