]> cloud.milkyroute.net Git - dolphin.git/commitdiff
The tab order of the View Properties Dialog now moves in a logical and coherent manne...
authorShaun Reich <shaun.reich@kdemail.net>
Tue, 17 Feb 2009 16:40:59 +0000 (16:40 +0000)
committerShaun Reich <shaun.reich@kdemail.net>
Tue, 17 Feb 2009 16:40:59 +0000 (16:40 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=927483

src/settings/viewpropertiesdialog.cpp

index 438bf74fb321a00299176e86f0f6adc7a0e626de..f407f7c9029577391b1b8e553ab74cb286e0fc0c 100644 (file)
@@ -122,11 +122,11 @@ ViewPropertiesDialog::ViewPropertiesDialog(DolphinView* dolphinView) :
     //    m_sorting->addItem(i18nc("@item:inlistbox Sort", "By Tags"));
     // }
 #endif
-    m_showPreview = new QCheckBox(i18nc("@option:check", "Show preview"), propsBox);
-    m_showInGroups = new QCheckBox(i18nc("@option:check", "Show in groups"), propsBox);
-    m_showHiddenFiles = new QCheckBox(i18nc("@option:check", "Show hidden files"), propsBox);
+    m_showPreview = new QCheckBox(i18nc("@option:check", "Show preview"));
+    m_showInGroups = new QCheckBox(i18nc("@option:check", "Show in groups"));
+    m_showHiddenFiles = new QCheckBox(i18nc("@option:check", "Show hidden files"));
 
-    m_additionalInfo = new QPushButton(i18nc("@action:button", "Additional Information"), propsBox);
+    m_additionalInfo = new QPushButton(i18nc("@action:button", "Additional Information"));
 
     QHBoxLayout* sortingLayout = new QHBoxLayout();
     sortingLayout->setMargin(0);