┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindetailsview.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-08-29 12:16:02 +0000
committerPeter Penz <[email protected]>2009-08-29 12:16:02 +0000
commitb1536a43422d80300afe48172444dced06e03a70 (patch)
treedf6fb9f41c98970b8dcc45593f4cc6691bc15bff /src/dolphindetailsview.cpp
parent95f0ba76ae26e45a6ff9f1ec51db7d270ca278c0 (diff)
move the DolphinFileItemDelegate creation into ViewExtensionsFactory
svn path=/trunk/KDE/kdebase/apps/; revision=1016949
Diffstat (limited to 'src/dolphindetailsview.cpp')
-rw-r--r--src/dolphindetailsview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp
index 460afd359..f8e589859 100644
--- a/src/dolphindetailsview.cpp
+++ b/src/dolphindetailsview.cpp
@@ -155,6 +155,7 @@ DolphinDetailsView::DolphinDetailsView(QWidget* parent,
this, SLOT(setFoldersExpandable(bool)));
m_extensionsFactory = new ViewExtensionsFactory(this, controller);
+ m_extensionsFactory->fileItemDelegate()->setMinimizedNameColumn(true);
}
DolphinDetailsView::~DolphinDetailsView()