From 7077d2edfff7ca38c4c181b2cd5014adabe20e51 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 1 Dec 2007 09:59:13 +0000 Subject: [PATCH] Assure that the items of the details view are not expandable. We might think about enabling this in 4.1 optionally, so that especially Konqi can use this feature. But for this some adjustments in the drag & drop handling of the details view must be done first -> let's postpone this to 4.1. svn path=/trunk/KDE/kdebase/apps/; revision=743539 --- src/dolphindetailsview.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp index 63d90142fb..f3d55a8c30 100644 --- a/src/dolphindetailsview.cpp +++ b/src/dolphindetailsview.cpp @@ -60,6 +60,7 @@ DolphinDetailsView::DolphinDetailsView(QWidget* parent, DolphinController* contr setDragDropMode(QAbstractItemView::DragDrop); setDropIndicatorShown(false); setAlternatingRowColors(true); + setItemsExpandable(false); setMouseTracking(true); viewport()->setAttribute(Qt::WA_Hover);