]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Fixed details settings views for UI consistency with other tabs.
authorLeonardo Finetti <finex@finex.org>
Sun, 31 Aug 2008 19:34:20 +0000 (19:34 +0000)
committerLeonardo Finetti <finex@finex.org>
Sun, 31 Aug 2008 19:34:20 +0000 (19:34 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=855435

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);