┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-12-01 09:59:13 +0000
committerPeter Penz <[email protected]>2007-12-01 09:59:13 +0000
commit7077d2edfff7ca38c4c181b2cd5014adabe20e51 (patch)
treed126126d80096bbbf93034fed82ca8aff51940d8
parent278cb078d6815dfa85ae76ae5a184314286feacd (diff)
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
-rw-r--r--src/dolphindetailsview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp
index 63d90142f..f3d55a8c3 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);