]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Assure that the items of the details view are not expandable. We might think about...
authorPeter Penz <peter.penz19@gmail.com>
Sat, 1 Dec 2007 09:59:13 +0000 (09:59 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Sat, 1 Dec 2007 09:59:13 +0000 (09:59 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=743539

src/dolphindetailsview.cpp

index 63d90142fbccfd35cc914e55c4bae2cc3454efe2..f3d55a8c30ccfcfe22028515b113f33e2a6a8d04 100644 (file)
@@ -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);